Html Css Color HEX #662655 Palatinate Purple

📋 copy color: '#662655'

red 102 ◦ green 38 ◦ blue 85

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

Shades of Palatinate Purple #662655

Tints of Palatinate Purple #662655

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.89%

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

R = 45.33%
G = 16.89%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.17

 K value IS 0.6

RGB Variations

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

Color information

#662655 (or 0x662655) is known color: Palatinate Purple. HEX triplet: 66, 26 and 55. RGB value is (102,38,85). Sum of RGB (Red+Green+Blue) = 102+38+85=225 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.33% from 225); Green value is 38 (15.23% from 255 or 16.89% from 225); Blue value is 85 (33.59% from 255 or 37.78% from 225); Max value from RGB is 102 - color contains mainly: red. Hex color #662655 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662655 is #99D9AA. Grayscale: #3E3E3E. Windows color (decimal): -10082731 or 5580390. OLE color: 5580390.

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

Color convert

RGB 102 38 85 -
CMYK 0 0.63 0.17 0.6
HSL 315.94º 0.46% 0.27% -
HSV(B) 315.94º 0.63% 0.4% -
XYZ 7.81 4.87 9.12 -
YUV 62.49 140.7 156.18 -
System Red Green Blue C M Y K H S L
Decimal 102 38 85 0 0.63 0.17 0.6 315.94 0.46 0.27
Hex 66 26 55 0 3F 11 3C 13C 2E 1B
Octal 146 46 125 0 77 21 74 474 56 33
Binary 1100110 100110 1010101 0 111111 10001 111100 100111100 101110 11011

Color Harmonies of #662655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662655

Black with #662655

Text Example


Text Example

White with #662655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662655; }

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

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

background-color css

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

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

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

border-color css

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

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

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