Html Css Color HEX #661059 Palatinate Purple

📋 copy color: '#661059'

red 102 ◦ green 16 ◦ blue 89

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

Shades of Palatinate Purple #661059

Tints of Palatinate Purple #661059

RGB

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

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

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

R = 49.28%
G = 7.73%
B = 43%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.13

 K value IS 0.6

RGB Variations

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

Color information

#661059 (or 0x661059) is known color: Palatinate Purple. HEX triplet: 66, 10 and 59. RGB value is (102,16,89). Sum of RGB (Red+Green+Blue) = 102+16+89=207 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.28% from 207); Green value is 16 (6.64% from 255 or 7.73% from 207); Blue value is 89 (35.16% from 255 or 43.00% from 207); Max value from RGB is 102 - color contains mainly: red. Hex color #661059 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661059 is #99EFA6. Grayscale: #313131. Windows color (decimal): -10088359 or 5836902. OLE color: 5836902.

HSL color Cylindrical-coordinate representation of color #661059: hue angle of 309.07º 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 #661059 is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 16 89 -
CMYK 0 0.84 0.13 0.6
HSL 309.07º 0.73% 0.23% -
HSV(B) 309.07º 0.84% 0.4% -
XYZ 7.47 3.92 9.81 -
YUV 50.04 149.99 165.06 -
System Red Green Blue C M Y K H S L
Decimal 102 16 89 0 0.84 0.13 0.6 309.07 0.73 0.23
Hex 66 10 59 0 54 D 3C 135 49 17
Octal 146 20 131 0 124 15 74 465 111 27
Binary 1100110 10000 1011001 0 1010100 1101 111100 100110101 1001001 10111

Color Harmonies of #661059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661059

Black with #661059

Text Example


Text Example

White with #661059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661059; }

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

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

background-color css

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

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

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

border-color css

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

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

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