#63235A

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

Shades of Palatinate Purple #63235A

Tints of Palatinate Purple #63235A

Color information

#63235A (or 0x63235A) is unknown color: approx Palatinate Purple. HEX triplet: 63, 23 and 5A. RGB value is (99,35,90). Sum of RGB (Red+Green+Blue) = 99+35+90=224 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.20% from 224); Green value is 35 (14.06% from 255 or 15.62% from 224); Blue value is 90 (35.55% from 255 or 40.18% from 224); Max value from RGB is 99 - color contains mainly: red. Hex color #63235A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63235A is #9CDCA5. Grayscale: #3C3C3C. Windows color (decimal): -10280102 or 5907299. OLE color: 5907299.

HSL color Cylindrical-coordinate representation of color #63235A: hue angle of 308.44º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #63235A is Cyan = 0, Magento = 0.65, Yellow = 0.09 and Black (K on CMYK) = 0.61.

Color convert

RGB993590-
CMYK00.650.090.61
HSL308.44º47.76%26.27%-
HSV(B)308.44º64.65%38.82%-
XYZ7.594.5910.16-
YUV60.41144.7155.53-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 44.20%
GREEN value IS 35 (14.06% from 255) = 15.62%
BLUE value IS 90 (35.55% from 255) = 40.18%
R=44.20%
G=15.62%
B=40.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.09
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99359000.650.090.61308.4447.7626.27
Hex63235A04193D134301a
Octal14343132010111754646032
Binary1100011100011101101001000001100111110110011010011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63235A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63235A; }

 p { color: rgb(99,35,90); }

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

<style>
 a { background-color: #63235A; }

 a { background-color: rgb(99,35,90); }

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

<style>
 span { border-color: #63235A; }

 span { border-color: rgb(99,35,90); }

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