#611E9A

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

Shades of Royal Purple #611E9A

Tints of Royal Purple #611E9A

Color information

#611E9A (or 0x611E9A) is unknown color: approx Royal Purple. HEX triplet: 61, 1E and 9A. RGB value is (97,30,154). Sum of RGB (Red+Green+Blue) = 97+30+154=281 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.52% from 281); Green value is 30 (12.11% from 255 or 10.68% from 281); Blue value is 154 (60.55% from 255 or 54.80% from 281); Max value from RGB is 154 - color contains mainly: blue. Hex color #611E9A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #611E9A is #9EE165. Grayscale: #3F3F3F. Windows color (decimal): -10412390 or 10100321. OLE color: 10100321.

HSL color Cylindrical-coordinate representation of color #611E9A: hue angle of 272.42º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #611E9A is Cyan = 0.37, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB9730154-
CMYK0.370.8100.40
HSL272.42º67.39%36.08%-
HSV(B)272.42º80.52%60.39%-
XYZ11.235.831.1-
YUV64.17178.7151.42-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.52%
GREEN value IS 30 (12.11% from 255) = 10.68%
BLUE value IS 154 (60.55% from 255) = 54.80%
R=34.52%
G=10.68%
B=54.80%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal97301540.370.8100.40272.4267.3936.08
Hex611E9A25510281104324
Octal141362324512105042010344
Binary11000011111010011010100101101000101010001000100001000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611E9A; }

 p { color: rgb(97,30,154); }

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

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

 a { background-color: rgb(97,30,154); }

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

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

 span { border-color: rgb(97,30,154); }

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