Html Css Color HEX #6C0B63 Palatinate Purple

📋 copy color: '#6C0B63'

red 108 ◦ green 11 ◦ blue 99

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

Shades of Palatinate Purple #6C0B63

Tints of Palatinate Purple #6C0B63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 45.41%

R = 49.54%
G = 5.05%
B = 45.41%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.08

 K value IS 0.58

RGB Variations

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

Color information

#6C0B63 (or 0x6C0B63) is known color: Palatinate Purple. HEX triplet: 6C, 0B and 63. RGB value is (108,11,99). Sum of RGB (Red+Green+Blue) = 108+11+99=218 (28% of max value = 765). Red value is 108 (42.58% from 255 or 49.54% from 218); Green value is 11 (4.69% from 255 or 5.05% from 218); Blue value is 99 (39.06% from 255 or 45.41% from 218); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0B63 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0B63 is #93F49C. Grayscale: #313131. Windows color (decimal): -9696413 or 6490988. OLE color: 6490988.

HSL color Cylindrical-coordinate representation of color #6C0B63: hue angle of 305.57º 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 #6C0B63 is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 11 99 -
CMYK 0 0.90 0.08 0.58
HSL 305.57º 0.82% 0.23% -
HSV(B) 305.57º 0.9% 0.42% -
XYZ 8.56 4.33 12.19 -
YUV 50.04 155.64 169.34 -
System Red Green Blue C M Y K H S L
Decimal 108 11 99 0 0.90 0.08 0.58 305.57 0.82 0.23
Hex 6C B 63 0 5A 8 3A 132 52 17
Octal 154 13 143 0 132 10 72 462 122 27
Binary 1101100 1011 1100011 0 1011010 1000 111010 100110010 1010010 10111

Color Harmonies of #6C0B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0B63

Black with #6C0B63

Text Example


Text Example

White with #6C0B63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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