#612DA7

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

Shades of Royal Purple #612DA7

Tints of Royal Purple #612DA7

Color information

#612DA7 (or 0x612DA7) is unknown color: approx Royal Purple. HEX triplet: 61, 2D and A7. RGB value is (97,45,167). Sum of RGB (Red+Green+Blue) = 97+45+167=309 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.39% from 309); Green value is 45 (17.97% from 255 or 14.56% from 309); Blue value is 167 (65.62% from 255 or 54.05% from 309); Max value from RGB is 167 - color contains mainly: blue. Hex color #612DA7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612DA7 is #9ED258. Grayscale: #4A4A4A. Windows color (decimal): -10408537 or 10956129. OLE color: 10956129.

HSL color Cylindrical-coordinate representation of color #612DA7: hue angle of 265.57º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #612DA7 is Cyan = 0.42, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB9745167-
CMYK0.420.7300.35
HSL265.57º57.55%41.57%-
HSV(B)265.57º73.05%65.49%-
XYZ12.847.2137.27-
YUV74.46180.23144.08-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.39%
GREEN value IS 45 (17.97% from 255) = 14.56%
BLUE value IS 167 (65.62% from 255) = 54.05%
R=31.39%
G=14.56%
B=54.05%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal97451670.420.7300.35265.5757.5541.57
Hex612DA72A4902310a3a2a
Octal14155247521110434127252
Binary11000011011011010011110101010010010100011100001010111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,45,167); }

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

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

 a { background-color: rgb(97,45,167); }

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

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

 span { border-color: rgb(97,45,167); }

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