Html Css Color HEX #6C16A0 Royal Purple

📋 copy color: '#6C16A0'

red 108 ◦ green 22 ◦ blue 160

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

Shades of Royal Purple #6C16A0

Tints of Royal Purple #6C16A0

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.59%

 BLUE value IS 160 (62.89% from 255) = 55.17%

R = 37.24%
G = 7.59%
B = 55.17%

CMYK

 C value IS 0.32

 M value IS 0.86

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#6C16A0 (or 0x6C16A0) is known color: Royal Purple. HEX triplet: 6C, 16 and A0. RGB value is (108,22,160). Sum of RGB (Red+Green+Blue) = 108+22+160=290 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.24% from 290); Green value is 22 (8.98% from 255 or 7.59% from 290); Blue value is 160 (62.89% from 255 or 55.17% from 290); Max value from RGB is 160 - color contains mainly: blue. Hex color #6C16A0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C16A0 is #93E95F. Grayscale: #3E3E3E. Windows color (decimal): -9693536 or 10491500. OLE color: 10491500.

HSL color Cylindrical-coordinate representation of color #6C16A0: hue angle of 277.39º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6C16A0 is Cyan = 0.32, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 108 22 160 -
CMYK 0.32 0.86 0 0.37
HSL 277.39º 0.76% 0.36% -
HSV(B) 277.39º 0.86% 0.63% -
XYZ 12.82 6.3 33.8 -
YUV 63.45 182.49 159.78 -
System Red Green Blue C M Y K H S L
Decimal 108 22 160 0.32 0.86 0 0.37 277.39 0.76 0.36
Hex 6C 16 A0 20 56 0 25 115 4C 24
Octal 154 26 240 40 126 0 45 425 114 44
Binary 1101100 10110 10100000 100000 1010110 0 100101 100010101 1001100 100100

Color Harmonies of #6C16A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C16A0

Black with #6C16A0

Text Example


Text Example

White with #6C16A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,22,160); }

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

background-color css

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

 a { background-color: rgb(108,22,160); }

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

border-color css

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

 span { border-color: rgb(108,22,160); }

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