#63265D

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

Shades of Palatinate Purple #63265D

Tints of Palatinate Purple #63265D

Color information

#63265D (or 0x63265D) is unknown color: approx Palatinate Purple. HEX triplet: 63, 26 and 5D. RGB value is (99,38,93). Sum of RGB (Red+Green+Blue) = 99+38+93=230 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.04% from 230); Green value is 38 (15.23% from 255 or 16.52% from 230); Blue value is 93 (36.72% from 255 or 40.43% from 230); Max value from RGB is 99 - color contains mainly: red. Hex color #63265D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63265D is #9CD9A2. Grayscale: #3E3E3E. Windows color (decimal): -10279331 or 6104675. OLE color: 6104675.

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

Color convert

RGB993893-
CMYK00.620.060.61
HSL305.9º44.53%26.86%-
HSV(B)305.9º61.62%38.82%-
XYZ7.814.8310.88-
YUV62.51145.21154.03-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.04%
GREEN value IS 38 (15.23% from 255) = 16.52%
BLUE value IS 93 (36.72% from 255) = 40.43%
R=43.04%
G=16.52%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.06
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99389300.620.060.61305.944.5326.86
Hex63265D03E63D1322d1b
Octal143461350766754625533
Binary11000111001101011101011111011011110110011001010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63265D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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