#633195

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

Shades of Royal Purple #633195

Tints of Royal Purple #633195

Color information

#633195 (or 0x633195) is unknown color: approx Royal Purple. HEX triplet: 63, 31 and 95. RGB value is (99,49,149). Sum of RGB (Red+Green+Blue) = 99+49+149=297 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.33% from 297); Green value is 49 (19.53% from 255 or 16.50% from 297); Blue value is 149 (58.59% from 255 or 50.17% from 297); Max value from RGB is 149 - color contains mainly: blue. Hex color #633195 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #633195 is #9CCE6A. Grayscale: #4B4B4B. Windows color (decimal): -10276459 or 9777507. OLE color: 9777507.

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

Color convert

RGB9949149-
CMYK0.340.6700.42
HSL270º50.51%38.82%-
HSV(B)270º67.11%58.43%-
XYZ11.677.0229.17-
YUV75.35169.56144.87-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.33%
GREEN value IS 49 (19.53% from 255) = 16.50%
BLUE value IS 149 (58.59% from 255) = 50.17%
R=33.33%
G=16.50%
B=50.17%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal99491490.340.6700.4227050.5138.82
Hex633195224302A10e3327
Octal14361225421030524166347
Binary11000111100011001010110001010000110101010100001110110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633195; }

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

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

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

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

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

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

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

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