#63375E

Color #63375E Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #63375E

Tints of Palatinate Purple #63375E

Color information

#63375E (or 0x63375E) is unknown color: approx Palatinate Purple. HEX triplet: 63, 37 and 5E. RGB value is (99,55,94). Sum of RGB (Red+Green+Blue) = 99+55+94=248 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.92% from 248); Green value is 55 (21.88% from 255 or 22.18% from 248); Blue value is 94 (37.11% from 255 or 37.90% from 248); Max value from RGB is 99 - color contains mainly: red. Hex color #63375E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63375E is #9CC8A1. Grayscale: #484848. Windows color (decimal): -10274978 or 6174563. OLE color: 6174563.

HSL color Cylindrical-coordinate representation of color #63375E: hue angle of 306.82º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #63375E is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.61.

Color convert

RGB995594-
CMYK00.440.050.61
HSL306.82º28.57%30.2%-
HSV(B)306.82º44.44%38.82%-
XYZ8.536.1911.34-
YUV72.6140.08146.83-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 39.92%
GREEN value IS 55 (21.88% from 255) = 22.18%
BLUE value IS 94 (37.11% from 255) = 37.90%
R=39.92%
G=22.18%
B=37.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.05
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99559400.440.050.61306.8228.5730.2
Hex63375E02C53D1331d1e
Octal143671360545754633536
Binary1100011110111101111001011001011111011001100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63375E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63375E; }

 p { color: rgb(99,55,94); }

 H1.HeaderClassName
 {
   color: #63375E;
 }
 .AnyTagClassName
 {
   color: #63375E;
 }
</style>
background-color css

<style>
 a { background-color: #63375E; }

 a { background-color: rgb(99,55,94); }

 div.DivClassName
 {
   background-color: #63375E;
 }
 .BgClassName
 {
   background-color: #63375E;
 }
</style>
border-color css

<style>
 span { border-color: #63375E; }

 span { border-color: rgb(99,55,94); }

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