Html Css Color HEX #6D209C Royal Purple

📋 copy color: '#6D209C'

red 109 ◦ green 32 ◦ blue 156

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

Shades of Royal Purple #6D209C

Tints of Royal Purple #6D209C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 52.53%

R = 36.7%
G = 10.77%
B = 52.53%

CMYK

 C value IS 0.30

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6D209C (or 0x6D209C) is known color: Royal Purple. HEX triplet: 6D, 20 and 9C. RGB value is (109,32,156). Sum of RGB (Red+Green+Blue) = 109+32+156=297 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.70% from 297); Green value is 32 (12.89% from 255 or 10.77% from 297); Blue value is 156 (61.33% from 255 or 52.53% from 297); Max value from RGB is 156 - color contains mainly: blue. Hex color #6D209C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D209C is #92DF63. Grayscale: #444444. Windows color (decimal): -9625444 or 10231917. OLE color: 10231917.

HSL color Cylindrical-coordinate representation of color #6D209C: hue angle of 277.26º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6D209C is Cyan = 0.30, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 109 32 156 -
CMYK 0.30 0.79 0 0.39
HSL 277.26º 0.66% 0.37% -
HSV(B) 277.26º 0.79% 0.61% -
XYZ 12.82 6.68 32.07 -
YUV 69.16 177.01 156.42 -
System Red Green Blue C M Y K H S L
Decimal 109 32 156 0.30 0.79 0 0.39 277.26 0.66 0.37
Hex 6D 20 9C 1E 4F 0 27 115 42 25
Octal 155 40 234 36 117 0 47 425 102 45
Binary 1101101 100000 10011100 11110 1001111 0 100111 100010101 1000010 100101

Color Harmonies of #6D209C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D209C

Black with #6D209C

Text Example


Text Example

White with #6D209C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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