#612EA0

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

Shades of Royal Purple #612EA0

Tints of Royal Purple #612EA0

Color information

#612EA0 (or 0x612EA0) is unknown color: approx Royal Purple. HEX triplet: 61, 2E and A0. RGB value is (97,46,160). Sum of RGB (Red+Green+Blue) = 97+46+160=303 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.01% from 303); Green value is 46 (18.36% from 255 or 15.18% from 303); Blue value is 160 (62.89% from 255 or 52.81% from 303); Max value from RGB is 160 - color contains mainly: blue. Hex color #612EA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612EA0 is #9ED15F. Grayscale: #494949. Windows color (decimal): -10408288 or 10497633. OLE color: 10497633.

HSL color Cylindrical-coordinate representation of color #612EA0: hue angle of 266.84º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #612EA0 is Cyan = 0.39, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB9746160-
CMYK0.390.7100.37
HSL266.84º55.34%40.39%-
HSV(B)266.84º71.25%62.75%-
XYZ12.257.0333.97-
YUV74.24176.4144.23-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.01%
GREEN value IS 46 (18.36% from 255) = 15.18%
BLUE value IS 160 (62.89% from 255) = 52.81%
R=32.01%
G=15.18%
B=52.81%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal97461600.390.7100.37266.8455.3440.39
Hex612EA0274702510b3728
Octal14156240471070454136750
Binary11000011011101010000010011110001110100101100001011110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612EA0; }

 p { color: rgb(97,46,160); }

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

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

 a { background-color: rgb(97,46,160); }

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

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

 span { border-color: rgb(97,46,160); }

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