Html Css Color HEX #663558 Palatinate Purple

📋 copy color: '#663558'

red 102 ◦ green 53 ◦ blue 88

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

Shades of Palatinate Purple #663558

Tints of Palatinate Purple #663558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 36.21%

R = 41.98%
G = 21.81%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.14

 K value IS 0.6

RGB Variations

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

Color information

#663558 (or 0x663558) is known color: Palatinate Purple. HEX triplet: 66, 35 and 58. RGB value is (102,53,88). Sum of RGB (Red+Green+Blue) = 102+53+88=243 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.98% from 243); Green value is 53 (21.09% from 255 or 21.81% from 243); Blue value is 88 (34.77% from 255 or 36.21% from 243); Max value from RGB is 102 - color contains mainly: red. Hex color #663558 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663558 is #99CAA7. Grayscale: #474747. Windows color (decimal): -10078888 or 5780838. OLE color: 5780838.

HSL color Cylindrical-coordinate representation of color #663558: hue angle of 317.14º 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 #663558 is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 53 88 -
CMYK 0 0.48 0.14 0.6
HSL 317.14º 0.32% 0.3% -
HSV(B) 317.14º 0.48% 0.4% -
XYZ 8.51 6.08 9.96 -
YUV 71.64 137.23 149.65 -
System Red Green Blue C M Y K H S L
Decimal 102 53 88 0 0.48 0.14 0.6 317.14 0.32 0.3
Hex 66 35 58 0 30 E 3C 13D 20 1E
Octal 146 65 130 0 60 16 74 475 40 36
Binary 1100110 110101 1011000 0 110000 1110 111100 100111101 100000 11110

Color Harmonies of #663558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663558

Black with #663558

Text Example


Text Example

White with #663558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663558; }

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

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

background-color css

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

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

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

border-color css

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

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

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