Html Css Color HEX #663057 Palatinate Purple

📋 copy color: '#663057'

red 102 ◦ green 48 ◦ blue 87

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

Shades of Palatinate Purple #663057

Tints of Palatinate Purple #663057

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.25%

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

R = 43.04%
G = 20.25%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.15

 K value IS 0.6

RGB Variations

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

Color information

#663057 (or 0x663057) is known color: Palatinate Purple. HEX triplet: 66, 30 and 57. RGB value is (102,48,87). Sum of RGB (Red+Green+Blue) = 102+48+87=237 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.04% from 237); Green value is 48 (19.14% from 255 or 20.25% from 237); Blue value is 87 (34.38% from 255 or 36.71% from 237); Max value from RGB is 102 - color contains mainly: red. Hex color #663057 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663057 is #99CFA8. Grayscale: #444444. Windows color (decimal): -10080169 or 5714022. OLE color: 5714022.

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

Color convert

RGB 102 48 87 -
CMYK 0 0.53 0.15 0.6
HSL 316.67º 0.36% 0.29% -
HSV(B) 316.67º 0.53% 0.4% -
XYZ 8.26 5.63 9.67 -
YUV 68.59 138.39 151.83 -
System Red Green Blue C M Y K H S L
Decimal 102 48 87 0 0.53 0.15 0.6 316.67 0.36 0.29
Hex 66 30 57 0 35 F 3C 13D 24 1D
Octal 146 60 127 0 65 17 74 475 44 35
Binary 1100110 110000 1010111 0 110101 1111 111100 100111101 100100 11101

Color Harmonies of #663057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663057

Black with #663057

Text Example


Text Example

White with #663057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663057; }

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

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

background-color css

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

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

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

border-color css

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

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

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