#611EA3

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

Shades of Royal Purple #611EA3

Tints of Royal Purple #611EA3

Color information

#611EA3 (or 0x611EA3) is unknown color: approx Royal Purple. HEX triplet: 61, 1E and A3. RGB value is (97,30,163). Sum of RGB (Red+Green+Blue) = 97+30+163=290 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.45% from 290); Green value is 30 (12.11% from 255 or 10.34% from 290); Blue value is 163 (64.06% from 255 or 56.21% from 290); Max value from RGB is 163 - color contains mainly: blue. Hex color #611EA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #611EA3 is #9EE15C. Grayscale: #404040. Windows color (decimal): -10412381 or 10690145. OLE color: 10690145.

HSL color Cylindrical-coordinate representation of color #611EA3: hue angle of 270.23º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #611EA3 is Cyan = 0.40, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB9730163-
CMYK0.400.8200.36
HSL270.23º68.91%37.84%-
HSV(B)270.23º81.6%63.92%-
XYZ126.1135.2-
YUV65.19183.2150.69-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.45%
GREEN value IS 30 (12.11% from 255) = 10.34%
BLUE value IS 163 (64.06% from 255) = 56.21%
R=33.45%
G=10.34%
B=56.21%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal97301630.400.8200.36270.2368.9137.84
Hex611EA3285202410e4526
Octal141362435012204441610546
Binary11000011111010100011101000101001001001001000011101000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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