#63285D

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

Shades of Palatinate Purple #63285D

Tints of Palatinate Purple #63285D

Color information

#63285D (or 0x63285D) is unknown color: approx Palatinate Purple. HEX triplet: 63, 28 and 5D. RGB value is (99,40,93). Sum of RGB (Red+Green+Blue) = 99+40+93=232 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.67% from 232); Green value is 40 (16.02% from 255 or 17.24% from 232); Blue value is 93 (36.72% from 255 or 40.09% from 232); Max value from RGB is 99 - color contains mainly: red. Hex color #63285D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63285D is #9CD7A2. Grayscale: #3F3F3F. Windows color (decimal): -10278819 or 6105187. OLE color: 6105187.

HSL color Cylindrical-coordinate representation of color #63285D: hue angle of 306.1º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #63285D is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.61.

Color convert

RGB994093-
CMYK00.600.060.61
HSL306.1º42.45%27.25%-
HSV(B)306.1º59.6%38.82%-
XYZ7.884.9610.9-
YUV63.68144.55153.19-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 42.67%
GREEN value IS 40 (16.02% from 255) = 17.24%
BLUE value IS 93 (36.72% from 255) = 40.09%
R=42.67%
G=17.24%
B=40.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.06
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99409300.600.060.61306.142.4527.25
Hex63285D03C63D1322a1b
Octal143501350746754625233
Binary11000111010001011101011110011011110110011001010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63285D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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