#63085B

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

Shades of Palatinate Purple #63085B

Tints of Palatinate Purple #63085B

Color information

#63085B (or 0x63085B) is unknown color: approx Palatinate Purple. HEX triplet: 63, 08 and 5B. RGB value is (99,8,91). Sum of RGB (Red+Green+Blue) = 99+8+91=198 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50% from 198); Green value is 8 (3.52% from 255 or 4.04% from 198); Blue value is 91 (35.94% from 255 or 45.96% from 198); Max value from RGB is 99 - color contains mainly: red. Hex color #63085B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63085B is #9CF7A4. Grayscale: #2C2C2C. Windows color (decimal): -10287013 or 5965923. OLE color: 5965923.

HSL color Cylindrical-coordinate representation of color #63085B: hue angle of 305.27º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #63085B is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.61.

Color convert

RGB99891-
CMYK00.920.080.61
HSL305.27º85.05%20.98%-
HSV(B)305.27º91.92%38.82%-
XYZ7.123.5810.21-
YUV44.67154.15166.75-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 50%
GREEN value IS 8 (3.52% from 255) = 4.04%
BLUE value IS 91 (35.94% from 255) = 45.96%
R=50%
G=4.04%
B=45.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.08
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9989100.920.080.61305.2785.0520.98
Hex6385B05C83D1315515
Octal143101330134107546112525
Binary110001110001011011010111001000111101100110001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63085B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63085B; }

 p { color: rgb(99,8,91); }

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

<style>
 a { background-color: #63085B; }

 a { background-color: rgb(99,8,91); }

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

<style>
 span { border-color: #63085B; }

 span { border-color: rgb(99,8,91); }

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