Html Css Color HEX #663B60 Palatinate Purple

📋 copy color: '#663B60'

red 102 ◦ green 59 ◦ blue 96

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

Shades of Palatinate Purple #663B60

Tints of Palatinate Purple #663B60

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.96%

 BLUE value IS 96 (37.89% from 255) = 37.35%

R = 39.69%
G = 22.96%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.06

 K value IS 0.6

RGB Variations

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

Color information

#663B60 (or 0x663B60) is known color: Palatinate Purple. HEX triplet: 66, 3B and 60. RGB value is (102,59,96). Sum of RGB (Red+Green+Blue) = 102+59+96=257 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.69% from 257); Green value is 59 (23.44% from 255 or 22.96% from 257); Blue value is 96 (37.89% from 255 or 37.35% from 257); Max value from RGB is 102 - color contains mainly: red. Hex color #663B60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663B60 is #99C49F. Grayscale: #4B4B4B. Windows color (decimal): -10077344 or 6306662. OLE color: 6306662.

HSL color Cylindrical-coordinate representation of color #663B60: hue angle of 308.37º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #663B60 is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 59 96 -
CMYK 0 0.42 0.06 0.6
HSL 308.37º 0.27% 0.32% -
HSV(B) 308.37º 0.42% 0.4% -
XYZ 9.15 6.8 11.9 -
YUV 76.08 139.25 146.49 -
System Red Green Blue C M Y K H S L
Decimal 102 59 96 0 0.42 0.06 0.6 308.37 0.27 0.32
Hex 66 3B 60 0 2A 6 3C 134 1B 20
Octal 146 73 140 0 52 6 74 464 33 40
Binary 1100110 111011 1100000 0 101010 110 111100 100110100 11011 100000

Color Harmonies of #663B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663B60

Black with #663B60

Text Example


Text Example

White with #663B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663B60; }

 p { color: rgb(102,59,96); }

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

background-color css

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

 a { background-color: rgb(102,59,96); }

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

border-color css

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

 span { border-color: rgb(102,59,96); }

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