Html Css Color HEX #6C0A67 Palatinate Purple

📋 copy color: '#6C0A67'

red 108 ◦ green 10 ◦ blue 103

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

Shades of Palatinate Purple #6C0A67

Tints of Palatinate Purple #6C0A67

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.52%

 BLUE value IS 103 (40.63% from 255) = 46.61%

R = 48.87%
G = 4.52%
B = 46.61%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.05

 K value IS 0.58

RGB Variations

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

Color information

#6C0A67 (or 0x6C0A67) is known color: Palatinate Purple. HEX triplet: 6C, 0A and 67. RGB value is (108,10,103). Sum of RGB (Red+Green+Blue) = 108+10+103=221 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.87% from 221); Green value is 10 (4.30% from 255 or 4.52% from 221); Blue value is 103 (40.62% from 255 or 46.61% from 221); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0A67 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0A67 is #93F598. Grayscale: #313131. Windows color (decimal): -9696665 or 6752876. OLE color: 6752876.

HSL color Cylindrical-coordinate representation of color #6C0A67: hue angle of 303.06º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6C0A67 is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 10 103 -
CMYK 0 0.91 0.05 0.58
HSL 303.06º 0.83% 0.23% -
HSV(B) 303.06º 0.91% 0.42% -
XYZ 8.74 4.38 13.22 -
YUV 49.9 157.97 169.44 -
System Red Green Blue C M Y K H S L
Decimal 108 10 103 0 0.91 0.05 0.58 303.06 0.83 0.23
Hex 6C A 67 0 5B 5 3A 12F 53 17
Octal 154 12 147 0 133 5 72 457 123 27
Binary 1101100 1010 1100111 0 1011011 101 111010 100101111 1010011 10111

Color Harmonies of #6C0A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0A67

Black with #6C0A67

Text Example


Text Example

White with #6C0A67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,10,103); }

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

background-color css

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

 a { background-color: rgb(108,10,103); }

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

border-color css

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

 span { border-color: rgb(108,10,103); }

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