Html Css Color HEX #661556 Palatinate Purple

📋 copy color: '#661556'

red 102 ◦ green 21 ◦ blue 86

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

Shades of Palatinate Purple #661556

Tints of Palatinate Purple #661556

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.05%

 BLUE value IS 86 (33.98% from 255) = 41.15%

R = 48.8%
G = 10.05%
B = 41.15%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.16

 K value IS 0.6

RGB Variations

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

Color information

#661556 (or 0x661556) is known color: Palatinate Purple. HEX triplet: 66, 15 and 56. RGB value is (102,21,86). Sum of RGB (Red+Green+Blue) = 102+21+86=209 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.80% from 209); Green value is 21 (8.59% from 255 or 10.05% from 209); Blue value is 86 (33.98% from 255 or 41.15% from 209); Max value from RGB is 102 - color contains mainly: red. Hex color #661556 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661556 is #99EAA9. Grayscale: #343434. Windows color (decimal): -10087082 or 5641574. OLE color: 5641574.

HSL color Cylindrical-coordinate representation of color #661556: hue angle of 311.85º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #661556 is Cyan = 0, Magento = 0.79, Yellow = 0.16 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 21 86 -
CMYK 0 0.79 0.16 0.6
HSL 311.85º 0.66% 0.24% -
HSV(B) 311.85º 0.79% 0.4% -
XYZ 7.43 4.03 9.19 -
YUV 52.63 146.84 163.21 -
System Red Green Blue C M Y K H S L
Decimal 102 21 86 0 0.79 0.16 0.6 311.85 0.66 0.24
Hex 66 15 56 0 4F 10 3C 138 42 18
Octal 146 25 126 0 117 20 74 470 102 30
Binary 1100110 10101 1010110 0 1001111 10000 111100 100111000 1000010 11000

Color Harmonies of #661556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661556

Black with #661556

Text Example


Text Example

White with #661556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661556; }

 p { color: rgb(102,21,86); }

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

background-color css

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

 a { background-color: rgb(102,21,86); }

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

border-color css

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

 span { border-color: rgb(102,21,86); }

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