#63095D

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

Shades of Palatinate Purple #63095D

Tints of Palatinate Purple #63095D

Color information

#63095D (or 0x63095D) is unknown color: approx Palatinate Purple. HEX triplet: 63, 09 and 5D. RGB value is (99,9,93). Sum of RGB (Red+Green+Blue) = 99+9+93=201 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.25% from 201); Green value is 9 (3.91% from 255 or 4.48% from 201); Blue value is 93 (36.72% from 255 or 46.27% from 201); Max value from RGB is 99 - color contains mainly: red. Hex color #63095D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63095D is #9CF6A2. Grayscale: #2D2D2D. Windows color (decimal): -10286755 or 6097251. OLE color: 6097251.

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

Color convert

RGB99993-
CMYK00.910.060.61
HSL304º83.33%21.18%-
HSV(B)304º90.91%38.82%-
XYZ7.223.6410.68-
YUV45.49154.82166.17-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.25%
GREEN value IS 9 (3.91% from 255) = 4.48%
BLUE value IS 93 (36.72% from 255) = 46.27%
R=49.25%
G=4.48%
B=46.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.06
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9999300.910.060.6130483.3321.18
Hex6395D05B63D1305315
Octal14311135013367546012325
Binary11000111001101110101011011110111101100110000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63095D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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