Html Css Color HEX #663557 Palatinate Purple

📋 copy color: '#663557'

red 102 ◦ green 53 ◦ blue 87

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

Shades of Palatinate Purple #663557

Tints of Palatinate Purple #663557

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.9%

 BLUE value IS 87 (34.38% from 255) = 35.95%

R = 42.15%
G = 21.9%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.15

 K value IS 0.6

RGB Variations

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

Color information

#663557 (or 0x663557) is known color: Palatinate Purple. HEX triplet: 66, 35 and 57. RGB value is (102,53,87). Sum of RGB (Red+Green+Blue) = 102+53+87=242 (32% of max value = 765). Red value is 102 (40.23% from 255 or 42.15% from 242); Green value is 53 (21.09% from 255 or 21.90% from 242); Blue value is 87 (34.38% from 255 or 35.95% from 242); Max value from RGB is 102 - color contains mainly: red. Hex color #663557 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663557 is #99CAA8. Grayscale: #474747. Windows color (decimal): -10078889 or 5715302. OLE color: 5715302.

HSL color Cylindrical-coordinate representation of color #663557: hue angle of 318.37º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #663557 is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 53 87 -
CMYK 0 0.48 0.15 0.6
HSL 318.37º 0.32% 0.3% -
HSV(B) 318.37º 0.48% 0.4% -
XYZ 8.47 6.06 9.74 -
YUV 71.53 136.73 149.74 -
System Red Green Blue C M Y K H S L
Decimal 102 53 87 0 0.48 0.15 0.6 318.37 0.32 0.3
Hex 66 35 57 0 30 F 3C 13E 20 1E
Octal 146 65 127 0 60 17 74 476 40 36
Binary 1100110 110101 1010111 0 110000 1111 111100 100111110 100000 11110

Color Harmonies of #663557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663557

Black with #663557

Text Example


Text Example

White with #663557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663557; }

 p { color: rgb(102,53,87); }

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

background-color css

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

 a { background-color: rgb(102,53,87); }

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

border-color css

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

 span { border-color: rgb(102,53,87); }

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