#63235D

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

Shades of Palatinate Purple #63235D

Tints of Palatinate Purple #63235D

Color information

#63235D (or 0x63235D) is unknown color: approx Palatinate Purple. HEX triplet: 63, 23 and 5D. RGB value is (99,35,93). Sum of RGB (Red+Green+Blue) = 99+35+93=227 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.61% from 227); Green value is 35 (14.06% from 255 or 15.42% from 227); Blue value is 93 (36.72% from 255 or 40.97% from 227); Max value from RGB is 99 - color contains mainly: red. Hex color #63235D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63235D is #9CDCA2. Grayscale: #3C3C3C. Windows color (decimal): -10280099 or 6103907. OLE color: 6103907.

HSL color Cylindrical-coordinate representation of color #63235D: hue angle of 305.62º 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 #63235D is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.61.

Color convert

RGB993593-
CMYK00.650.060.61
HSL305.62º47.76%26.27%-
HSV(B)305.62º64.65%38.82%-
XYZ7.724.6510.85-
YUV60.75146.2155.28-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.61%
GREEN value IS 35 (14.06% from 255) = 15.42%
BLUE value IS 93 (36.72% from 255) = 40.97%
R=43.61%
G=15.42%
B=40.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.06
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99359300.650.060.61305.6247.7626.27
Hex63235D04163D132301a
Octal1434313501016754626032
Binary110001110001110111010100000111011110110011001011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63235D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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