#634AA1

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

Shades of Royal Purple #634AA1

Tints of Royal Purple #634AA1

Color information

#634AA1 (or 0x634AA1) is unknown color: approx Royal Purple. HEX triplet: 63, 4A and A1. RGB value is (99,74,161). Sum of RGB (Red+Green+Blue) = 99+74+161=334 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.64% from 334); Green value is 74 (29.30% from 255 or 22.16% from 334); Blue value is 161 (63.28% from 255 or 48.20% from 334); Max value from RGB is 161 - color contains mainly: blue. Hex color #634AA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #634AA1 is #9CB55E. Grayscale: #5B5B5B. Windows color (decimal): -10270047 or 10570339. OLE color: 10570339.

HSL color Cylindrical-coordinate representation of color #634AA1: hue angle of 257.24º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #634AA1 is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB9974161-
CMYK0.390.5400.37
HSL257.24º37.02%46.08%-
HSV(B)257.24º54.04%63.14%-
XYZ14.0310.1234.93-
YUV91.39167.28133.43-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.64%
GREEN value IS 74 (29.30% from 255) = 22.16%
BLUE value IS 161 (63.28% from 255) = 48.20%
R=29.64%
G=22.16%
B=48.20%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal99741610.390.5400.37257.2437.0246.08
Hex634AA12736025101252e
Octal14311224147660454014556
Binary11000111001010101000011001111101100100101100000001100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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