#63375A

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

Shades of Palatinate Purple #63375A

Tints of Palatinate Purple #63375A

Color information

#63375A (or 0x63375A) is unknown color: approx Palatinate Purple. HEX triplet: 63, 37 and 5A. RGB value is (99,55,90). Sum of RGB (Red+Green+Blue) = 99+55+90=244 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.57% from 244); Green value is 55 (21.88% from 255 or 22.54% from 244); Blue value is 90 (35.55% from 255 or 36.89% from 244); Max value from RGB is 99 - color contains mainly: red. Hex color #63375A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63375A is #9CC8A5. Grayscale: #484848. Windows color (decimal): -10274982 or 5912419. OLE color: 5912419.

HSL color Cylindrical-coordinate representation of color #63375A: hue angle of 312.27º 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 #63375A is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.61.

Color convert

RGB995590-
CMYK00.440.090.61
HSL312.27º28.57%30.2%-
HSV(B)312.27º44.44%38.82%-
XYZ8.366.1210.41-
YUV72.15138.08147.15-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.57%
GREEN value IS 55 (21.88% from 255) = 22.54%
BLUE value IS 90 (35.55% from 255) = 36.89%
R=40.57%
G=22.54%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.09
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99559000.440.090.61312.2728.5730.2
Hex63375A02C93D1381d1e
Octal1436713205411754703536
Binary11000111101111011010010110010011111011001110001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63375A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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