Html Css Color HEX #663457 Palatinate Purple

📋 copy color: '#663457'

red 102 ◦ green 52 ◦ blue 87

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

Shades of Palatinate Purple #663457

Tints of Palatinate Purple #663457

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.58%

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

R = 42.32%
G = 21.58%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0.6

RGB Variations

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

Color information

#663457 (or 0x663457) is known color: Palatinate Purple. HEX triplet: 66, 34 and 57. RGB value is (102,52,87). Sum of RGB (Red+Green+Blue) = 102+52+87=241 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.32% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 87 (34.38% from 255 or 36.10% from 241); Max value from RGB is 102 - color contains mainly: red. Hex color #663457 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663457 is #99CBA8. Grayscale: #464646. Windows color (decimal): -10079145 or 5715046. OLE color: 5715046.

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

Color convert

RGB 102 52 87 -
CMYK 0 0.49 0.15 0.6
HSL 318º 0.32% 0.3% -
HSV(B) 318º 0.49% 0.4% -
XYZ 8.43 5.97 9.72 -
YUV 70.94 137.07 150.15 -
System Red Green Blue C M Y K H S L
Decimal 102 52 87 0 0.49 0.15 0.6 318 0.32 0.3
Hex 66 34 57 0 31 F 3C 13E 20 1E
Octal 146 64 127 0 61 17 74 476 40 36
Binary 1100110 110100 1010111 0 110001 1111 111100 100111110 100000 11110

Color Harmonies of #663457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663457

Black with #663457

Text Example


Text Example

White with #663457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663457; }

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

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

background-color css

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

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

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

border-color css

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

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

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