Html Css Color HEX #663B5C Palatinate Purple

📋 copy color: '#663B5C'

red 102 ◦ green 59 ◦ blue 92

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

Shades of Palatinate Purple #663B5C

Tints of Palatinate Purple #663B5C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.32%

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

R = 40.32%
G = 23.32%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.6

RGB Variations

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

Color information

#663B5C (or 0x663B5C) is known color: Palatinate Purple. HEX triplet: 66, 3B and 5C. RGB value is (102,59,92). Sum of RGB (Red+Green+Blue) = 102+59+92=253 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.32% from 253); Green value is 59 (23.44% from 255 or 23.32% from 253); Blue value is 92 (36.33% from 255 or 36.36% from 253); Max value from RGB is 102 - color contains mainly: red. Hex color #663B5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663B5C is #99C4A3. Grayscale: #4B4B4B. Windows color (decimal): -10077348 or 6044518. OLE color: 6044518.

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

Color convert

RGB 102 59 92 -
CMYK 0 0.42 0.10 0.6
HSL 313.95º 0.27% 0.32% -
HSV(B) 313.95º 0.42% 0.4% -
XYZ 8.98 6.73 10.95 -
YUV 75.62 137.25 146.82 -
System Red Green Blue C M Y K H S L
Decimal 102 59 92 0 0.42 0.10 0.6 313.95 0.27 0.32
Hex 66 3B 5C 0 2A A 3C 13A 1B 20
Octal 146 73 134 0 52 12 74 472 33 40
Binary 1100110 111011 1011100 0 101010 1010 111100 100111010 11011 100000

Color Harmonies of #663B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663B5C

Black with #663B5C

Text Example


Text Example

White with #663B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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