Html Css Color HEX #6C0B60 Palatinate Purple

📋 copy color: '#6C0B60'

red 108 ◦ green 11 ◦ blue 96

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

Shades of Palatinate Purple #6C0B60

Tints of Palatinate Purple #6C0B60

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.12%

 BLUE value IS 96 (37.89% from 255) = 44.65%

R = 50.23%
G = 5.12%
B = 44.65%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.11

 K value IS 0.58

RGB Variations

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

Color information

#6C0B60 (or 0x6C0B60) is known color: Palatinate Purple. HEX triplet: 6C, 0B and 60. RGB value is (108,11,96). Sum of RGB (Red+Green+Blue) = 108+11+96=215 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50.23% from 215); Green value is 11 (4.69% from 255 or 5.12% from 215); Blue value is 96 (37.89% from 255 or 44.65% from 215); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0B60 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0B60 is #93F49F. Grayscale: #313131. Windows color (decimal): -9696416 or 6294380. OLE color: 6294380.

HSL color Cylindrical-coordinate representation of color #6C0B60: hue angle of 307.42º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6C0B60 is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 11 96 -
CMYK 0 0.90 0.11 0.58
HSL 307.42º 0.82% 0.23% -
HSV(B) 307.42º 0.9% 0.42% -
XYZ 8.42 4.27 11.45 -
YUV 49.69 154.14 169.59 -
System Red Green Blue C M Y K H S L
Decimal 108 11 96 0 0.90 0.11 0.58 307.42 0.82 0.23
Hex 6C B 60 0 5A B 3A 133 52 17
Octal 154 13 140 0 132 13 72 463 122 27
Binary 1101100 1011 1100000 0 1011010 1011 111010 100110011 1010010 10111

Color Harmonies of #6C0B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0B60

Black with #6C0B60

Text Example


Text Example

White with #6C0B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,11,96); }

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

background-color css

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

 a { background-color: rgb(108,11,96); }

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

border-color css

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

 span { border-color: rgb(108,11,96); }

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