Html Css Color HEX #6C209C Royal Purple

📋 copy color: '#6C209C'

red 108 ◦ green 32 ◦ blue 156

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

Shades of Royal Purple #6C209C

Tints of Royal Purple #6C209C

RGB

 RED value IS 108 (42.58% from 255) = 36.49%

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

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

R = 36.49%
G = 10.81%
B = 52.7%

CMYK

 C value IS 0.31

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6C209C (or 0x6C209C) is known color: Royal Purple. HEX triplet: 6C, 20 and 9C. RGB value is (108,32,156). Sum of RGB (Red+Green+Blue) = 108+32+156=296 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.49% from 296); Green value is 32 (12.89% from 255 or 10.81% from 296); Blue value is 156 (61.33% from 255 or 52.70% from 296); Max value from RGB is 156 - color contains mainly: blue. Hex color #6C209C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C209C is #93DF63. Grayscale: #444444. Windows color (decimal): -9690980 or 10231916. OLE color: 10231916.

HSL color Cylindrical-coordinate representation of color #6C209C: hue angle of 276.77º 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 #6C209C is Cyan = 0.31, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 108 32 156 -
CMYK 0.31 0.79 0 0.39
HSL 276.77º 0.66% 0.37% -
HSV(B) 276.77º 0.79% 0.61% -
XYZ 12.7 6.62 32.06 -
YUV 68.86 177.18 155.92 -
System Red Green Blue C M Y K H S L
Decimal 108 32 156 0.31 0.79 0 0.39 276.77 0.66 0.37
Hex 6C 20 9C 1F 4F 0 27 115 42 25
Octal 154 40 234 37 117 0 47 425 102 45
Binary 1101100 100000 10011100 11111 1001111 0 100111 100010101 1000010 100101

Color Harmonies of #6C209C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C209C

Black with #6C209C

Text Example


Text Example

White with #6C209C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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