Html Css Color HEX #6D0C66 Palatinate Purple

📋 copy color: '#6D0C66'

red 109 ◦ green 12 ◦ blue 102

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

Shades of Palatinate Purple #6D0C66

Tints of Palatinate Purple #6D0C66

RGB

 RED value IS 109 (42.97% from 255) = 48.88%

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

 BLUE value IS 102 (40.23% from 255) = 45.74%

R = 48.88%
G = 5.38%
B = 45.74%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.06

 K value IS 0.57

RGB Variations

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

Color information

#6D0C66 (or 0x6D0C66) is known color: Palatinate Purple. HEX triplet: 6D, 0C and 66. RGB value is (109,12,102). Sum of RGB (Red+Green+Blue) = 109+12+102=223 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.88% from 223); Green value is 12 (5.08% from 255 or 5.38% from 223); Blue value is 102 (40.23% from 255 or 45.74% from 223); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0C66 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0C66 is #92F399. Grayscale: #323232. Windows color (decimal): -9630618 or 6687853. OLE color: 6687853.

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

Color convert

RGB 109 12 102 -
CMYK 0 0.89 0.06 0.57
HSL 304.33º 0.8% 0.24% -
HSV(B) 304.33º 0.89% 0.43% -
XYZ 8.84 4.47 12.97 -
YUV 51.26 156.64 169.18 -
System Red Green Blue C M Y K H S L
Decimal 109 12 102 0 0.89 0.06 0.57 304.33 0.8 0.24
Hex 6D C 66 0 59 6 39 130 50 18
Octal 155 14 146 0 131 6 71 460 120 30
Binary 1101101 1100 1100110 0 1011001 110 111001 100110000 1010000 11000

Color Harmonies of #6D0C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0C66

Black with #6D0C66

Text Example


Text Example

White with #6D0C66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,12,102); }

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

background-color css

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

 a { background-color: rgb(109,12,102); }

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

border-color css

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

 span { border-color: rgb(109,12,102); }

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