Html Css Color HEX #663D5B Palatinate Purple

📋 copy color: '#663D5B'

red 102 ◦ green 61 ◦ blue 91

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

Shades of Palatinate Purple #663D5B

Tints of Palatinate Purple #663D5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 35.83%

R = 40.16%
G = 24.02%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.11

 K value IS 0.6

RGB Variations

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

Color information

#663D5B (or 0x663D5B) is known color: Palatinate Purple. HEX triplet: 66, 3D and 5B. RGB value is (102,61,91). Sum of RGB (Red+Green+Blue) = 102+61+91=254 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.16% from 254); Green value is 61 (24.22% from 255 or 24.02% from 254); Blue value is 91 (35.94% from 255 or 35.83% from 254); Max value from RGB is 102 - color contains mainly: red. Hex color #663D5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663D5B is #99C2A4. Grayscale: #4C4C4C. Windows color (decimal): -10076837 or 5979494. OLE color: 5979494.

HSL color Cylindrical-coordinate representation of color #663D5B: hue angle of 316.1º 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 #663D5B is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 61 91 -
CMYK 0 0.40 0.11 0.6
HSL 316.1º 0.25% 0.32% -
HSV(B) 316.1º 0.4% 0.4% -
XYZ 9.04 6.92 10.76 -
YUV 76.68 136.08 146.06 -
System Red Green Blue C M Y K H S L
Decimal 102 61 91 0 0.40 0.11 0.6 316.1 0.25 0.32
Hex 66 3D 5B 0 28 B 3C 13C 19 20
Octal 146 75 133 0 50 13 74 474 31 40
Binary 1100110 111101 1011011 0 101000 1011 111100 100111100 11001 100000

Color Harmonies of #663D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663D5B

Black with #663D5B

Text Example


Text Example

White with #663D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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