Html Css Color HEX #663961 Palatinate Purple

📋 copy color: '#663961'

red 102 ◦ green 57 ◦ blue 97

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

Shades of Palatinate Purple #663961

Tints of Palatinate Purple #663961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 37.89%

R = 39.84%
G = 22.27%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.05

 K value IS 0.6

RGB Variations

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

Color information

#663961 (or 0x663961) is known color: Palatinate Purple. HEX triplet: 66, 39 and 61. RGB value is (102,57,97). Sum of RGB (Red+Green+Blue) = 102+57+97=256 (33% of max value = 765). Red value is 102 (40.23% from 255 or 39.84% from 256); Green value is 57 (22.66% from 255 or 22.27% from 256); Blue value is 97 (38.28% from 255 or 37.89% from 256); Max value from RGB is 102 - color contains mainly: red. Hex color #663961 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663961 is #99C69E. Grayscale: #4A4A4A. Windows color (decimal): -10077855 or 6371686. OLE color: 6371686.

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

Color convert

RGB 102 57 97 -
CMYK 0 0.44 0.05 0.6
HSL 306.67º 0.28% 0.31% -
HSV(B) 306.67º 0.44% 0.4% -
XYZ 9.1 6.61 12.11 -
YUV 75.02 140.41 147.25 -
System Red Green Blue C M Y K H S L
Decimal 102 57 97 0 0.44 0.05 0.6 306.67 0.28 0.31
Hex 66 39 61 0 2C 5 3C 133 1C 1F
Octal 146 71 141 0 54 5 74 463 34 37
Binary 1100110 111001 1100001 0 101100 101 111100 100110011 11100 11111

Color Harmonies of #663961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663961

Black with #663961

Text Example


Text Example

White with #663961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663961; }

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

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

background-color css

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

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

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

border-color css

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

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

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