#634A9E

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

Shades of Royal Purple #634A9E

Tints of Royal Purple #634A9E

Color information

#634A9E (or 0x634A9E) is unknown color: approx Royal Purple. HEX triplet: 63, 4A and 9E. RGB value is (99,74,158). Sum of RGB (Red+Green+Blue) = 99+74+158=331 (43% of max value = 765). Red value is 99 (39.06% from 255 or 29.91% from 331); Green value is 74 (29.30% from 255 or 22.36% from 331); Blue value is 158 (62.11% from 255 or 47.73% from 331); Max value from RGB is 158 - color contains mainly: blue. Hex color #634A9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #634A9E is #9CB561. Grayscale: #5A5A5A. Windows color (decimal): -10270050 or 10373731. OLE color: 10373731.

HSL color Cylindrical-coordinate representation of color #634A9E: hue angle of 257.86º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #634A9E is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9974158-
CMYK0.370.5300.38
HSL257.86º36.21%45.49%-
HSV(B)257.86º53.16%61.96%-
XYZ13.7710.0233.56-
YUV91.05165.78133.67-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.91%
GREEN value IS 74 (29.30% from 255) = 22.36%
BLUE value IS 158 (62.11% from 255) = 47.73%
R=29.91%
G=22.36%
B=47.73%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal99741580.370.5300.38257.8636.2145.49
Hex634A9E2535026102242d
Octal14311223645650464024455
Binary11000111001010100111101001011101010100110100000010100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634A9E; }

 p { color: rgb(99,74,158); }

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

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

 a { background-color: rgb(99,74,158); }

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

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

 span { border-color: rgb(99,74,158); }

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