Html Css Color HEX #662155 Palatinate Purple

📋 copy color: '#662155'

red 102 ◦ green 33 ◦ blue 85

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

Shades of Palatinate Purple #662155

Tints of Palatinate Purple #662155

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15%

 BLUE value IS 85 (33.59% from 255) = 38.64%

R = 46.36%
G = 15%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.17

 K value IS 0.6

RGB Variations

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

Color information

#662155 (or 0x662155) is known color: Palatinate Purple. HEX triplet: 66, 21 and 55. RGB value is (102,33,85). Sum of RGB (Red+Green+Blue) = 102+33+85=220 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.36% from 220); Green value is 33 (13.28% from 255 or 15% from 220); Blue value is 85 (33.59% from 255 or 38.64% from 220); Max value from RGB is 102 - color contains mainly: red. Hex color #662155 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662155 is #99DEAA. Grayscale: #3B3B3B. Windows color (decimal): -10084011 or 5579110. OLE color: 5579110.

HSL color Cylindrical-coordinate representation of color #662155: hue angle of 314.78º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #662155 is Cyan = 0, Magento = 0.68, Yellow = 0.17 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 33 85 -
CMYK 0 0.68 0.17 0.6
HSL 314.78º 0.51% 0.26% -
HSV(B) 314.78º 0.68% 0.4% -
XYZ 7.66 4.57 9.07 -
YUV 59.56 142.36 158.27 -
System Red Green Blue C M Y K H S L
Decimal 102 33 85 0 0.68 0.17 0.6 314.78 0.51 0.26
Hex 66 21 55 0 44 11 3C 13B 33 1A
Octal 146 41 125 0 104 21 74 473 63 32
Binary 1100110 100001 1010101 0 1000100 10001 111100 100111011 110011 11010

Color Harmonies of #662155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662155

Black with #662155

Text Example


Text Example

White with #662155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662155; }

 p { color: rgb(102,33,85); }

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

background-color css

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

 a { background-color: rgb(102,33,85); }

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

border-color css

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

 span { border-color: rgb(102,33,85); }

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