#612DA5

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

Shades of Royal Purple #612DA5

Tints of Royal Purple #612DA5

Color information

#612DA5 (or 0x612DA5) is unknown color: approx Royal Purple. HEX triplet: 61, 2D and A5. RGB value is (97,45,165). Sum of RGB (Red+Green+Blue) = 97+45+165=307 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.60% from 307); Green value is 45 (17.97% from 255 or 14.66% from 307); Blue value is 165 (64.84% from 255 or 53.75% from 307); Max value from RGB is 165 - color contains mainly: blue. Hex color #612DA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612DA5 is #9ED25A. Grayscale: #494949. Windows color (decimal): -10408539 or 10825057. OLE color: 10825057.

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

Color convert

RGB9745165-
CMYK0.410.7300.35
HSL266º57.14%41.18%-
HSV(B)266º72.73%64.71%-
XYZ12.667.1336.31-
YUV74.23179.23144.24-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.60%
GREEN value IS 45 (17.97% from 255) = 14.66%
BLUE value IS 165 (64.84% from 255) = 53.75%
R=31.60%
G=14.66%
B=53.75%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal97451650.410.7300.3526657.1441.18
Hex612DA5294902310a3929
Octal14155245511110434127151
Binary11000011011011010010110100110010010100011100001010111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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