Html Css Color HEX #660260 Palatinate Purple

📋 copy color: '#660260'

red 102 ◦ green 2 ◦ blue 96

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

Shades of Palatinate Purple #660260

Tints of Palatinate Purple #660260

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1%

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

R = 51%
G = 1%
B = 48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.06

 K value IS 0.6

RGB Variations

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

Color information

#660260 (or 0x660260) is known color: Palatinate Purple. HEX triplet: 66, 02 and 60. RGB value is (102,2,96). Sum of RGB (Red+Green+Blue) = 102+2+96=200 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 96 (37.89% from 255 or 48% from 200); Max value from RGB is 102 - color contains mainly: red. Hex color #660260 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660260 is #99FD9F. Grayscale: #2A2A2A. Windows color (decimal): -10091936 or 6292070. OLE color: 6292070.

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

Color convert

RGB 102 2 96 -
CMYK 0 0.98 0.06 0.6
HSL 303.6º 0.96% 0.2% -
HSV(B) 303.6º 0.98% 0.4% -
XYZ 7.61 3.71 11.38 -
YUV 42.62 158.13 170.36 -
System Red Green Blue C M Y K H S L
Decimal 102 2 96 0 0.98 0.06 0.6 303.6 0.96 0.2
Hex 66 2 60 0 62 6 3C 130 60 14
Octal 146 2 140 0 142 6 74 460 140 24
Binary 1100110 10 1100000 0 1100010 110 111100 100110000 1100000 10100

Color Harmonies of #660260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660260

Black with #660260

Text Example


Text Example

White with #660260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660260; }

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

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

background-color css

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

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

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

border-color css

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

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

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