#633196

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

Shades of Royal Purple #633196

Tints of Royal Purple #633196

Color information

#633196 (or 0x633196) is unknown color: approx Royal Purple. HEX triplet: 63, 31 and 96. RGB value is (99,49,150). Sum of RGB (Red+Green+Blue) = 99+49+150=298 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.22% from 298); Green value is 49 (19.53% from 255 or 16.44% from 298); Blue value is 150 (58.98% from 255 or 50.34% from 298); Max value from RGB is 150 - color contains mainly: blue. Hex color #633196 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #633196 is #9CCE69. Grayscale: #4B4B4B. Windows color (decimal): -10276458 or 9843043. OLE color: 9843043.

HSL color Cylindrical-coordinate representation of color #633196: hue angle of 269.7º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #633196 is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB9949150-
CMYK0.340.6700.41
HSL269.7º50.75%39.02%-
HSV(B)269.7º67.33%58.82%-
XYZ11.757.0529.6-
YUV75.46170.06144.79-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.22%
GREEN value IS 49 (19.53% from 255) = 16.44%
BLUE value IS 150 (58.98% from 255) = 50.34%
R=33.22%
G=16.44%
B=50.34%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal99491500.340.6700.41269.750.7539.02
Hex633196224302910e3327
Octal14361226421030514166347
Binary11000111100011001011010001010000110101001100001110110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633196; }

 p { color: rgb(99,49,150); }

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

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

 a { background-color: rgb(99,49,150); }

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

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

 span { border-color: rgb(99,49,150); }

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