Html Css Color HEX #663D61 Palatinate Purple

📋 copy color: '#663D61'

red 102 ◦ green 61 ◦ blue 97

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

Shades of Palatinate Purple #663D61

Tints of Palatinate Purple #663D61

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.46%

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

R = 39.23%
G = 23.46%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.05

 K value IS 0.6

RGB Variations

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

Color information

#663D61 (or 0x663D61) is known color: Palatinate Purple. HEX triplet: 66, 3D and 61. RGB value is (102,61,97). Sum of RGB (Red+Green+Blue) = 102+61+97=260 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.23% from 260); Green value is 61 (24.22% from 255 or 23.46% from 260); Blue value is 97 (38.28% from 255 or 37.31% from 260); Max value from RGB is 102 - color contains mainly: red. Hex color #663D61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663D61 is #99C29E. Grayscale: #4D4D4D. Windows color (decimal): -10076831 or 6372710. OLE color: 6372710.

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

Color convert

RGB 102 61 97 -
CMYK 0 0.40 0.05 0.6
HSL 307.32º 0.25% 0.32% -
HSV(B) 307.32º 0.4% 0.4% -
XYZ 9.31 7.03 12.17 -
YUV 77.36 139.08 145.57 -
System Red Green Blue C M Y K H S L
Decimal 102 61 97 0 0.40 0.05 0.6 307.32 0.25 0.32
Hex 66 3D 61 0 28 5 3C 133 19 20
Octal 146 75 141 0 50 5 74 463 31 40
Binary 1100110 111101 1100001 0 101000 101 111100 100110011 11001 100000

Color Harmonies of #663D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663D61

Black with #663D61

Text Example


Text Example

White with #663D61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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