Html Css Color HEX #662552 Palatinate Purple

📋 copy color: '#662552'

red 102 ◦ green 37 ◦ blue 82

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

Shades of Palatinate Purple #662552

Tints of Palatinate Purple #662552

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.74%

 BLUE value IS 82 (32.42% from 255) = 37.1%

R = 46.15%
G = 16.74%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.20

 K value IS 0.6

RGB Variations

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

Color information

#662552 (or 0x662552) is known color: Palatinate Purple. HEX triplet: 66, 25 and 52. RGB value is (102,37,82). Sum of RGB (Red+Green+Blue) = 102+37+82=221 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.15% from 221); Green value is 37 (14.84% from 255 or 16.74% from 221); Blue value is 82 (32.42% from 255 or 37.10% from 221); Max value from RGB is 102 - color contains mainly: red. Hex color #662552 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662552 is #99DAAD. Grayscale: #3D3D3D. Windows color (decimal): -10082990 or 5383526. OLE color: 5383526.

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

Color convert

RGB 102 37 82 -
CMYK 0 0.64 0.20 0.6
HSL 318.46º 0.47% 0.27% -
HSV(B) 318.46º 0.64% 0.4% -
XYZ 7.66 4.76 8.5 -
YUV 61.57 139.53 156.84 -
System Red Green Blue C M Y K H S L
Decimal 102 37 82 0 0.64 0.20 0.6 318.46 0.47 0.27
Hex 66 25 52 0 40 14 3C 13E 2F 1B
Octal 146 45 122 0 100 24 74 476 57 33
Binary 1100110 100101 1010010 0 1000000 10100 111100 100111110 101111 11011

Color Harmonies of #662552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662552

Black with #662552

Text Example


Text Example

White with #662552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662552; }

 p { color: rgb(102,37,82); }

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

background-color css

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

 a { background-color: rgb(102,37,82); }

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

border-color css

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

 span { border-color: rgb(102,37,82); }

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