#63095B

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

Shades of Palatinate Purple #63095B

Tints of Palatinate Purple #63095B

Color information

#63095B (or 0x63095B) is unknown color: approx Palatinate Purple. HEX triplet: 63, 09 and 5B. RGB value is (99,9,91). Sum of RGB (Red+Green+Blue) = 99+9+91=199 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.75% from 199); Green value is 9 (3.91% from 255 or 4.52% from 199); Blue value is 91 (35.94% from 255 or 45.73% from 199); Max value from RGB is 99 - color contains mainly: red. Hex color #63095B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63095B is #9CF6A4. Grayscale: #2D2D2D. Windows color (decimal): -10286757 or 5966179. OLE color: 5966179.

HSL color Cylindrical-coordinate representation of color #63095B: hue angle of 305.33º 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 #63095B is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.61.

Color convert

RGB99991-
CMYK00.910.080.61
HSL305.33º83.33%21.18%-
HSV(B)305.33º90.91%38.82%-
XYZ7.133.610.22-
YUV45.26153.82166.33-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.75%
GREEN value IS 9 (3.91% from 255) = 4.52%
BLUE value IS 91 (35.94% from 255) = 45.73%
R=49.75%
G=4.52%
B=45.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.08
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9999100.910.080.61305.3383.3321.18
Hex6395B05B83D1315315
Octal143111330133107546112325
Binary110001110011011011010110111000111101100110001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63095B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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