Html Css Color HEX #663D5A Palatinate Purple

📋 copy color: '#663D5A'

red 102 ◦ green 61 ◦ blue 90

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

Shades of Palatinate Purple #663D5A

Tints of Palatinate Purple #663D5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 35.57%

R = 40.32%
G = 24.11%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.12

 K value IS 0.6

RGB Variations

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

Color information

#663D5A (or 0x663D5A) is known color: Palatinate Purple. HEX triplet: 66, 3D and 5A. RGB value is (102,61,90). Sum of RGB (Red+Green+Blue) = 102+61+90=253 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.32% from 253); Green value is 61 (24.22% from 255 or 24.11% from 253); Blue value is 90 (35.55% from 255 or 35.57% from 253); Max value from RGB is 102 - color contains mainly: red. Hex color #663D5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663D5A is #99C2A5. Grayscale: #4C4C4C. Windows color (decimal): -10076838 or 5913958. OLE color: 5913958.

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

Color convert

RGB 102 61 90 -
CMYK 0 0.40 0.12 0.6
HSL 317.56º 0.25% 0.32% -
HSV(B) 317.56º 0.4% 0.4% -
XYZ 8.99 6.9 10.53 -
YUV 76.57 135.58 146.14 -
System Red Green Blue C M Y K H S L
Decimal 102 61 90 0 0.40 0.12 0.6 317.56 0.25 0.32
Hex 66 3D 5A 0 28 C 3C 13E 19 20
Octal 146 75 132 0 50 14 74 476 31 40
Binary 1100110 111101 1011010 0 101000 1100 111100 100111110 11001 100000

Color Harmonies of #663D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663D5A

Black with #663D5A

Text Example


Text Example

White with #663D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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