Html Css Color HEX #6D209D Royal Purple

📋 copy color: '#6D209D'

red 109 ◦ green 32 ◦ blue 157

#6D209D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Purple #6D209D

Tints of Royal Purple #6D209D

RGB

 RED value IS 109 (42.97% from 255) = 36.58%

 GREEN value IS 32 (12.89% from 255) = 10.74%

 BLUE value IS 157 (61.72% from 255) = 52.68%

R = 36.58%
G = 10.74%
B = 52.68%

CMYK

 C value IS 0.31

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6D209D (or 0x6D209D) is known color: Royal Purple. HEX triplet: 6D, 20 and 9D. RGB value is (109,32,157). Sum of RGB (Red+Green+Blue) = 109+32+157=298 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.58% from 298); Green value is 32 (12.89% from 255 or 10.74% from 298); Blue value is 157 (61.72% from 255 or 52.68% from 298); Max value from RGB is 157 - color contains mainly: blue. Hex color #6D209D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D209D is #92DF62. Grayscale: #444444. Windows color (decimal): -9625443 or 10297453. OLE color: 10297453.

HSL color Cylindrical-coordinate representation of color #6D209D: hue angle of 276.96º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6D209D is Cyan = 0.31, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 109 32 157 -
CMYK 0.31 0.80 0 0.38
HSL 276.96º 0.66% 0.37% -
HSV(B) 276.96º 0.8% 0.62% -
XYZ 12.91 6.72 32.51 -
YUV 69.27 177.51 156.34 -
System Red Green Blue C M Y K H S L
Decimal 109 32 157 0.31 0.80 0 0.38 276.96 0.66 0.37
Hex 6D 20 9D 1F 50 0 26 115 42 25
Octal 155 40 235 37 120 0 46 425 102 45
Binary 1101101 100000 10011101 11111 1010000 0 100110 100010101 1000010 100101

Color Harmonies of #6D209D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D209D

Black with #6D209D

Text Example


Text Example

White with #6D209D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6D209D; }

 p { color: rgb(109,32,157); }

 H1.HeaderClassName
 {
   color: #6D209D;
 }
 .AnyTagClassName
 {
   color: #6D209D;
 }
</style>

background-color css

<style>
 a { background-color: #6D209D; }

 a { background-color: rgb(109,32,157); }

 div.DivClassName
 {
   background-color: #6D209D;
 }
 .BgClassName
 {
   background-color: #6D209D;
 }
</style>

border-color css

<style>
 span { border-color: #6D209D; }

 span { border-color: rgb(109,32,157); }

 td.TdClassName
 {
   border-color: #6D209D;
 }
 .TagClassName
 {
   border-color: #6D209D;
 }
</style>