#612DD9

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

Shades of Purple Heart #612DD9

Tints of Purple Heart #612DD9

Color information

#612DD9 (or 0x612DD9) is unknown color: approx Purple Heart. HEX triplet: 61, 2D and D9. RGB value is (97,45,217). Sum of RGB (Red+Green+Blue) = 97+45+217=359 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.02% from 359); Green value is 45 (17.97% from 255 or 12.53% from 359); Blue value is 217 (85.16% from 255 or 60.45% from 359); Max value from RGB is 217 - color contains mainly: blue. Hex color #612DD9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #612DD9 is #9ED226. Grayscale: #4F4F4F. Windows color (decimal): -10408487 or 14232929. OLE color: 14232929.

HSL color Cylindrical-coordinate representation of color #612DD9: hue angle of 258.14º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #612DD9 is Cyan = 0.55, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB9745217-
CMYK0.550.7900.15
HSL258.14º69.35%51.37%-
HSV(B)258.14º79.26%85.1%-
XYZ18.399.4366.5-
YUV80.16205.23140.01-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.02%
GREEN value IS 45 (17.97% from 255) = 12.53%
BLUE value IS 217 (85.16% from 255) = 60.45%
R=27.02%
G=12.53%
B=60.45%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal97452170.550.7900.15258.1469.3551.37
Hex612DD9374F0F1024533
Octal141553316711701740210563
Binary1100001101101110110011101111001111011111000000101000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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