Html Css Color HEX #6C369C Royal Purple

📋 copy color: '#6C369C'

red 108 ◦ green 54 ◦ blue 156

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

Shades of Royal Purple #6C369C

Tints of Royal Purple #6C369C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.98%

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

R = 33.96%
G = 16.98%
B = 49.06%

CMYK

 C value IS 0.31

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6C369C (or 0x6C369C) is known color: Royal Purple. HEX triplet: 6C, 36 and 9C. RGB value is (108,54,156). Sum of RGB (Red+Green+Blue) = 108+54+156=318 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.96% from 318); Green value is 54 (21.48% from 255 or 16.98% from 318); Blue value is 156 (61.33% from 255 or 49.06% from 318); Max value from RGB is 156 - color contains mainly: blue. Hex color #6C369C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C369C is #93C963. Grayscale: #515151. Windows color (decimal): -9685348 or 10237548. OLE color: 10237548.

HSL color Cylindrical-coordinate representation of color #6C369C: hue angle of 271.76º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6C369C is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 108 54 156 -
CMYK 0.31 0.65 0 0.39
HSL 271.76º 0.49% 0.41% -
HSV(B) 271.76º 0.65% 0.61% -
XYZ 13.5 8.23 32.33 -
YUV 81.77 169.89 146.71 -
System Red Green Blue C M Y K H S L
Decimal 108 54 156 0.31 0.65 0 0.39 271.76 0.49 0.41
Hex 6C 36 9C 1F 41 0 27 110 31 29
Octal 154 66 234 37 101 0 47 420 61 51
Binary 1101100 110110 10011100 11111 1000001 0 100111 100010000 110001 101001

Color Harmonies of #6C369C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C369C

Black with #6C369C

Text Example


Text Example

White with #6C369C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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