Html Css Color HEX #66125C Palatinate Purple

📋 copy color: '#66125C'

red 102 ◦ green 18 ◦ blue 92

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

Shades of Palatinate Purple #66125C

Tints of Palatinate Purple #66125C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 43.4%

R = 48.11%
G = 8.49%
B = 43.4%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.10

 K value IS 0.6

RGB Variations

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

Color information

#66125C (or 0x66125C) is known color: Palatinate Purple. HEX triplet: 66, 12 and 5C. RGB value is (102,18,92). Sum of RGB (Red+Green+Blue) = 102+18+92=212 (28% of max value = 765). Red value is 102 (40.23% from 255 or 48.11% from 212); Green value is 18 (7.42% from 255 or 8.49% from 212); Blue value is 92 (36.33% from 255 or 43.40% from 212); Max value from RGB is 102 - color contains mainly: red. Hex color #66125C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66125C is #99EDA3. Grayscale: #333333. Windows color (decimal): -10087844 or 6034022. OLE color: 6034022.

HSL color Cylindrical-coordinate representation of color #66125C: hue angle of 307.14º 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 #66125C is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 18 92 -
CMYK 0 0.82 0.10 0.6
HSL 307.14º 0.7% 0.24% -
HSV(B) 307.14º 0.82% 0.4% -
XYZ 7.63 4.03 10.5 -
YUV 51.55 150.83 163.98 -
System Red Green Blue C M Y K H S L
Decimal 102 18 92 0 0.82 0.10 0.6 307.14 0.7 0.24
Hex 66 12 5C 0 52 A 3C 133 46 18
Octal 146 22 134 0 122 12 74 463 106 30
Binary 1100110 10010 1011100 0 1010010 1010 111100 100110011 1000110 11000

Color Harmonies of #66125C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66125C

Black with #66125C

Text Example


Text Example

White with #66125C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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