#63075D

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

Shades of Palatinate Purple #63075D

Tints of Palatinate Purple #63075D

Color information

#63075D (or 0x63075D) is unknown color: approx Palatinate Purple. HEX triplet: 63, 07 and 5D. RGB value is (99,7,93). Sum of RGB (Red+Green+Blue) = 99+7+93=199 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.75% from 199); Green value is 7 (3.12% from 255 or 3.52% from 199); Blue value is 93 (36.72% from 255 or 46.73% from 199); Max value from RGB is 99 - color contains mainly: red. Hex color #63075D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63075D is #9CF8A2. Grayscale: #2C2C2C. Windows color (decimal): -10287267 or 6096739. OLE color: 6096739.

HSL color Cylindrical-coordinate representation of color #63075D: hue angle of 303.91º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #63075D is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.61.

Color convert

RGB99793-
CMYK00.930.060.61
HSL303.91º86.79%20.78%-
HSV(B)303.91º92.93%38.82%-
XYZ7.23.5910.67-
YUV44.31155.48167.01-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.75%
GREEN value IS 7 (3.12% from 255) = 3.52%
BLUE value IS 93 (36.72% from 255) = 46.73%
R=49.75%
G=3.52%
B=46.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.06
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9979300.930.060.61303.9186.7920.78
Hex6375D05D63D1305715
Octal1437135013567546012725
Binary1100011111101110101011101110111101100110000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63075D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63075D; }

 p { color: rgb(99,7,93); }

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

<style>
 a { background-color: #63075D; }

 a { background-color: rgb(99,7,93); }

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

<style>
 span { border-color: #63075D; }

 span { border-color: rgb(99,7,93); }

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