Html Css Color HEX #663B5F Palatinate Purple

📋 copy color: '#663B5F'

red 102 ◦ green 59 ◦ blue 95

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

Shades of Palatinate Purple #663B5F

Tints of Palatinate Purple #663B5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 37.11%

R = 39.84%
G = 23.05%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.07

 K value IS 0.6

RGB Variations

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

Color information

#663B5F (or 0x663B5F) is known color: Palatinate Purple. HEX triplet: 66, 3B and 5F. RGB value is (102,59,95). Sum of RGB (Red+Green+Blue) = 102+59+95=256 (33% of max value = 765). Red value is 102 (40.23% from 255 or 39.84% from 256); Green value is 59 (23.44% from 255 or 23.05% from 256); Blue value is 95 (37.5% from 255 or 37.11% from 256); Max value from RGB is 102 - color contains mainly: red. Hex color #663B5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663B5F is #99C4A0. Grayscale: #4B4B4B. Windows color (decimal): -10077345 or 6241126. OLE color: 6241126.

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

Color convert

RGB 102 59 95 -
CMYK 0 0.42 0.07 0.6
HSL 309.77º 0.27% 0.32% -
HSV(B) 309.77º 0.42% 0.4% -
XYZ 9.11 6.78 11.65 -
YUV 75.96 138.75 146.57 -
System Red Green Blue C M Y K H S L
Decimal 102 59 95 0 0.42 0.07 0.6 309.77 0.27 0.32
Hex 66 3B 5F 0 2A 7 3C 136 1B 20
Octal 146 73 137 0 52 7 74 466 33 40
Binary 1100110 111011 1011111 0 101010 111 111100 100110110 11011 100000

Color Harmonies of #663B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663B5F

Black with #663B5F

Text Example


Text Example

White with #663B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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