Html Css Color HEX #661060 Palatinate Purple

📋 copy color: '#661060'

red 102 ◦ green 16 ◦ blue 96

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

Shades of Palatinate Purple #661060

Tints of Palatinate Purple #661060

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.48%

 BLUE value IS 96 (37.89% from 255) = 44.86%

R = 47.66%
G = 7.48%
B = 44.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.06

 K value IS 0.6

RGB Variations

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

Color information

#661060 (or 0x661060) is known color: Palatinate Purple. HEX triplet: 66, 10 and 60. RGB value is (102,16,96). Sum of RGB (Red+Green+Blue) = 102+16+96=214 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.66% from 214); Green value is 16 (6.64% from 255 or 7.48% from 214); Blue value is 96 (37.89% from 255 or 44.86% from 214); Max value from RGB is 102 - color contains mainly: red. Hex color #661060 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661060 is #99EF9F. Grayscale: #323232. Windows color (decimal): -10088352 or 6295654. OLE color: 6295654.

HSL color Cylindrical-coordinate representation of color #661060: hue angle of 304.19º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #661060 is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 16 96 -
CMYK 0 0.84 0.06 0.6
HSL 304.19º 0.73% 0.23% -
HSV(B) 304.19º 0.84% 0.4% -
XYZ 7.78 4.04 11.44 -
YUV 50.83 153.49 164.5 -
System Red Green Blue C M Y K H S L
Decimal 102 16 96 0 0.84 0.06 0.6 304.19 0.73 0.23
Hex 66 10 60 0 54 6 3C 130 49 17
Octal 146 20 140 0 124 6 74 460 111 27
Binary 1100110 10000 1100000 0 1010100 110 111100 100110000 1001001 10111

Color Harmonies of #661060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661060

Black with #661060

Text Example


Text Example

White with #661060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661060; }

 p { color: rgb(102,16,96); }

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

background-color css

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

 a { background-color: rgb(102,16,96); }

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

border-color css

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

 span { border-color: rgb(102,16,96); }

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