Html Css Color HEX #663D5C Palatinate Purple

📋 copy color: '#663D5C'

red 102 ◦ green 61 ◦ blue 92

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

Shades of Palatinate Purple #663D5C

Tints of Palatinate Purple #663D5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 36.08%

R = 40%
G = 23.92%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.10

 K value IS 0.6

RGB Variations

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

Color information

#663D5C (or 0x663D5C) is known color: Palatinate Purple. HEX triplet: 66, 3D and 5C. RGB value is (102,61,92). Sum of RGB (Red+Green+Blue) = 102+61+92=255 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40% from 255); Green value is 61 (24.22% from 255 or 23.92% from 255); Blue value is 92 (36.33% from 255 or 36.08% from 255); Max value from RGB is 102 - color contains mainly: red. Hex color #663D5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663D5C is #99C2A3. Grayscale: #4C4C4C. Windows color (decimal): -10076836 or 6045030. OLE color: 6045030.

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

Color convert

RGB 102 61 92 -
CMYK 0 0.40 0.10 0.6
HSL 314.63º 0.25% 0.32% -
HSV(B) 314.63º 0.4% 0.4% -
XYZ 9.08 6.93 10.99 -
YUV 76.79 136.58 145.98 -
System Red Green Blue C M Y K H S L
Decimal 102 61 92 0 0.40 0.10 0.6 314.63 0.25 0.32
Hex 66 3D 5C 0 28 A 3C 13B 19 20
Octal 146 75 134 0 50 12 74 473 31 40
Binary 1100110 111101 1011100 0 101000 1010 111100 100111011 11001 100000

Color Harmonies of #663D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663D5C

Black with #663D5C

Text Example


Text Example

White with #663D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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