#633358

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

Shades of Palatinate Purple #633358

Tints of Palatinate Purple #633358

Color information

#633358 (or 0x633358) is unknown color: approx Palatinate Purple. HEX triplet: 63, 33 and 58. RGB value is (99,51,88). Sum of RGB (Red+Green+Blue) = 99+51+88=238 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.60% from 238); Green value is 51 (20.31% from 255 or 21.43% from 238); Blue value is 88 (34.77% from 255 or 36.97% from 238); Max value from RGB is 99 - color contains mainly: red. Hex color #633358 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633358 is #9CCCA7. Grayscale: #454545. Windows color (decimal): -10276008 or 5780323. OLE color: 5780323.

HSL color Cylindrical-coordinate representation of color #633358: hue angle of 313.75º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #633358 is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.61.

Color convert

RGB995188-
CMYK00.480.110.61
HSL313.75º32%29.41%-
HSV(B)313.75º48.48%38.82%-
XYZ8.095.729.91-
YUV69.57138.4148.99-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 41.60%
GREEN value IS 51 (20.31% from 255) = 21.43%
BLUE value IS 88 (34.77% from 255) = 36.97%
R=41.60%
G=21.43%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.11
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99518800.480.110.61313.753229.41
Hex633358030B3D13a201d
Octal1436313006013754724035
Binary110001111001110110000110000101111110110011101010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633358; }

 p { color: rgb(99,51,88); }

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

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

 a { background-color: rgb(99,51,88); }

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

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

 span { border-color: rgb(99,51,88); }

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