Html Css Color HEX #66125D Palatinate Purple

📋 copy color: '#66125D'

red 102 ◦ green 18 ◦ blue 93

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

Shades of Palatinate Purple #66125D

Tints of Palatinate Purple #66125D

RGB

 RED value IS 102 (40.23% from 255) = 47.89%

 GREEN value IS 18 (7.42% from 255) = 8.45%

 BLUE value IS 93 (36.72% from 255) = 43.66%

R = 47.89%
G = 8.45%
B = 43.66%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.09

 K value IS 0.6

RGB Variations

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

Color information

#66125D (or 0x66125D) is known color: Palatinate Purple. HEX triplet: 66, 12 and 5D. RGB value is (102,18,93). Sum of RGB (Red+Green+Blue) = 102+18+93=213 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.89% from 213); Green value is 18 (7.42% from 255 or 8.45% from 213); Blue value is 93 (36.72% from 255 or 43.66% from 213); Max value from RGB is 102 - color contains mainly: red. Hex color #66125D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66125D is #99EDA2. Grayscale: #333333. Windows color (decimal): -10087843 or 6099558. OLE color: 6099558.

HSL color Cylindrical-coordinate representation of color #66125D: hue angle of 306.43º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #66125D is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 18 93 -
CMYK 0 0.82 0.09 0.6
HSL 306.43º 0.7% 0.24% -
HSV(B) 306.43º 0.82% 0.4% -
XYZ 7.67 4.05 10.73 -
YUV 51.67 151.33 163.9 -
System Red Green Blue C M Y K H S L
Decimal 102 18 93 0 0.82 0.09 0.6 306.43 0.7 0.24
Hex 66 12 5D 0 52 9 3C 132 46 18
Octal 146 22 135 0 122 11 74 462 106 30
Binary 1100110 10010 1011101 0 1010010 1001 111100 100110010 1000110 11000

Color Harmonies of #66125D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66125D

Black with #66125D

Text Example


Text Example

White with #66125D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66125D; }

 p { color: rgb(102,18,93); }

 H1.HeaderClassName
 {
   color: #66125D;
 }
 .AnyTagClassName
 {
   color: #66125D;
 }
</style>

background-color css

<style>
 a { background-color: #66125D; }

 a { background-color: rgb(102,18,93); }

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

border-color css

<style>
 span { border-color: #66125D; }

 span { border-color: rgb(102,18,93); }

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