Html Css Color HEX #663962 Palatinate Purple

📋 copy color: '#663962'

red 102 ◦ green 57 ◦ blue 98

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

Shades of Palatinate Purple #663962

Tints of Palatinate Purple #663962

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.18%

 BLUE value IS 98 (38.67% from 255) = 38.13%

R = 39.69%
G = 22.18%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.04

 K value IS 0.6

RGB Variations

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

Color information

#663962 (or 0x663962) is known color: Palatinate Purple. HEX triplet: 66, 39 and 62. RGB value is (102,57,98). Sum of RGB (Red+Green+Blue) = 102+57+98=257 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.69% from 257); Green value is 57 (22.66% from 255 or 22.18% from 257); Blue value is 98 (38.67% from 255 or 38.13% from 257); Max value from RGB is 102 - color contains mainly: red. Hex color #663962 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663962 is #99C69D. Grayscale: #4B4B4B. Windows color (decimal): -10077854 or 6437222. OLE color: 6437222.

HSL color Cylindrical-coordinate representation of color #663962: hue angle of 305.33º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #663962 is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 57 98 -
CMYK 0 0.44 0.04 0.6
HSL 305.33º 0.28% 0.31% -
HSV(B) 305.33º 0.44% 0.4% -
XYZ 9.15 6.63 12.35 -
YUV 75.13 140.91 147.17 -
System Red Green Blue C M Y K H S L
Decimal 102 57 98 0 0.44 0.04 0.6 305.33 0.28 0.31
Hex 66 39 62 0 2C 4 3C 131 1C 1F
Octal 146 71 142 0 54 4 74 461 34 37
Binary 1100110 111001 1100010 0 101100 100 111100 100110001 11100 11111

Color Harmonies of #663962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663962

Black with #663962

Text Example


Text Example

White with #663962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663962; }

 p { color: rgb(102,57,98); }

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

background-color css

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

 a { background-color: rgb(102,57,98); }

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

border-color css

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

 span { border-color: rgb(102,57,98); }

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