#634099

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

Shades of Royal Purple #634099

Tints of Royal Purple #634099

Color information

#634099 (or 0x634099) is unknown color: approx Royal Purple. HEX triplet: 63, 40 and 99. RGB value is (99,64,153). Sum of RGB (Red+Green+Blue) = 99+64+153=316 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.33% from 316); Green value is 64 (25.39% from 255 or 20.25% from 316); Blue value is 153 (60.16% from 255 or 48.42% from 316); Max value from RGB is 153 - color contains mainly: blue. Hex color #634099 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #634099 is #9CBF66. Grayscale: #545454. Windows color (decimal): -10272615 or 10043491. OLE color: 10043491.

HSL color Cylindrical-coordinate representation of color #634099: hue angle of 263.6º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #634099 is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB9964153-
CMYK0.350.5800.4
HSL263.6º41.01%42.55%-
HSV(B)263.6º58.17%60%-
XYZ12.738.6231.13-
YUV84.61166.6138.26-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.33%
GREEN value IS 64 (25.39% from 255) = 20.25%
BLUE value IS 153 (60.16% from 255) = 48.42%
R=31.33%
G=20.25%
B=48.42%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal99641530.350.5800.4263.641.0142.55
Hex634099233A028108292b
Octal14310023143720504105153
Binary11000111000000100110011000111110100101000100001000101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634099; }

 p { color: rgb(99,64,153); }

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

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

 a { background-color: rgb(99,64,153); }

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

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

 span { border-color: rgb(99,64,153); }

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