Html Css Color HEX #6C0C68 Palatinate Purple

📋 copy color: '#6C0C68'

red 108 ◦ green 12 ◦ blue 104

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

Shades of Palatinate Purple #6C0C68

Tints of Palatinate Purple #6C0C68

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.36%

 BLUE value IS 104 (41.02% from 255) = 46.43%

R = 48.21%
G = 5.36%
B = 46.43%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.04

 K value IS 0.58

RGB Variations

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

Color information

#6C0C68 (or 0x6C0C68) is known color: Palatinate Purple. HEX triplet: 6C, 0C and 68. RGB value is (108,12,104). Sum of RGB (Red+Green+Blue) = 108+12+104=224 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.21% from 224); Green value is 12 (5.08% from 255 or 5.36% from 224); Blue value is 104 (41.02% from 255 or 46.43% from 224); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0C68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0C68 is #93F397. Grayscale: #323232. Windows color (decimal): -9696152 or 6818924. OLE color: 6818924.

HSL color Cylindrical-coordinate representation of color #6C0C68: hue angle of 302.5º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6C0C68 is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 12 104 -
CMYK 0 0.89 0.04 0.58
HSL 302.5º 0.8% 0.24% -
HSV(B) 302.5º 0.89% 0.42% -
XYZ 8.81 4.45 13.49 -
YUV 51.19 157.8 168.52 -
System Red Green Blue C M Y K H S L
Decimal 108 12 104 0 0.89 0.04 0.58 302.5 0.8 0.24
Hex 6C C 68 0 59 4 3A 12E 50 18
Octal 154 14 150 0 131 4 72 456 120 30
Binary 1101100 1100 1101000 0 1011001 100 111010 100101110 1010000 11000

Color Harmonies of #6C0C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0C68

Black with #6C0C68

Text Example


Text Example

White with #6C0C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,12,104); }

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

background-color css

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

 a { background-color: rgb(108,12,104); }

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

border-color css

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

 span { border-color: rgb(108,12,104); }

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