Html Css Color HEX #660A59 Palatinate Purple

📋 copy color: '#660A59'

red 102 ◦ green 10 ◦ blue 89

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

Shades of Palatinate Purple #660A59

Tints of Palatinate Purple #660A59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 44.28%

R = 50.75%
G = 4.98%
B = 44.28%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.13

 K value IS 0.6

RGB Variations

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

Color information

#660A59 (or 0x660A59) is known color: Palatinate Purple. HEX triplet: 66, 0A and 59. RGB value is (102,10,89). Sum of RGB (Red+Green+Blue) = 102+10+89=201 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.75% from 201); Green value is 10 (4.30% from 255 or 4.98% from 201); Blue value is 89 (35.16% from 255 or 44.28% from 201); Max value from RGB is 102 - color contains mainly: red. Hex color #660A59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660A59 is #99F5A6. Grayscale: #2E2E2E. Windows color (decimal): -10089895 or 5835366. OLE color: 5835366.

HSL color Cylindrical-coordinate representation of color #660A59: hue angle of 308.48º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #660A59 is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 10 89 -
CMYK 0 0.90 0.13 0.6
HSL 308.48º 0.82% 0.22% -
HSV(B) 308.48º 0.9% 0.4% -
XYZ 7.39 3.76 9.79 -
YUV 46.51 151.98 167.58 -
System Red Green Blue C M Y K H S L
Decimal 102 10 89 0 0.90 0.13 0.6 308.48 0.82 0.22
Hex 66 A 59 0 5A D 3C 134 52 16
Octal 146 12 131 0 132 15 74 464 122 26
Binary 1100110 1010 1011001 0 1011010 1101 111100 100110100 1010010 10110

Color Harmonies of #660A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660A59

Black with #660A59

Text Example


Text Example

White with #660A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660A59; }

 p { color: rgb(102,10,89); }

 H1.HeaderClassName
 {
   color: #660A59;
 }
 .AnyTagClassName
 {
   color: #660A59;
 }
</style>

background-color css

<style>
 a { background-color: #660A59; }

 a { background-color: rgb(102,10,89); }

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

border-color css

<style>
 span { border-color: #660A59; }

 span { border-color: rgb(102,10,89); }

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