#63065B

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

Shades of Palatinate Purple #63065B

Tints of Palatinate Purple #63065B

Color information

#63065B (or 0x63065B) is unknown color: approx Palatinate Purple. HEX triplet: 63, 06 and 5B. RGB value is (99,6,91). Sum of RGB (Red+Green+Blue) = 99+6+91=196 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.51% from 196); Green value is 6 (2.73% from 255 or 3.06% from 196); Blue value is 91 (35.94% from 255 or 46.43% from 196); Max value from RGB is 99 - color contains mainly: red. Hex color #63065B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63065B is #9CF9A4. Grayscale: #2B2B2B. Windows color (decimal): -10287525 or 5965411. OLE color: 5965411.

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

Color convert

RGB99691-
CMYK00.940.080.61
HSL305.16º88.57%20.59%-
HSV(B)305.16º93.94%38.82%-
XYZ7.13.5410.21-
YUV43.5154.81167.59-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 50.51%
GREEN value IS 6 (2.73% from 255) = 3.06%
BLUE value IS 91 (35.94% from 255) = 46.43%
R=50.51%
G=3.06%
B=46.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.08
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9969100.940.080.61305.1688.5720.59
Hex6365B05E83D1315915
Octal14361330136107546113125
Binary11000111101011011010111101000111101100110001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63065B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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