#612AB9

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

Shades of Purple Heart #612AB9

Tints of Purple Heart #612AB9

Color information

#612AB9 (or 0x612AB9) is unknown color: approx Purple Heart. HEX triplet: 61, 2A and B9. RGB value is (97,42,185). Sum of RGB (Red+Green+Blue) = 97+42+185=324 (42% of max value = 765). Red value is 97 (38.28% from 255 or 29.94% from 324); Green value is 42 (16.80% from 255 or 12.96% from 324); Blue value is 185 (72.66% from 255 or 57.10% from 324); Max value from RGB is 185 - color contains mainly: blue. Hex color #612AB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #612AB9 is #9ED546. Grayscale: #4A4A4A. Windows color (decimal): -10409287 or 12135009. OLE color: 12135009.

HSL color Cylindrical-coordinate representation of color #612AB9: hue angle of 263.08º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #612AB9 is Cyan = 0.48, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9742185-
CMYK0.480.7700.27
HSL263.08º63%44.51%-
HSV(B)263.08º77.3%72.55%-
XYZ14.517.746.62-
YUV74.75190.22143.87-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.94%
GREEN value IS 42 (16.80% from 255) = 12.96%
BLUE value IS 185 (72.66% from 255) = 57.10%
R=29.94%
G=12.96%
B=57.10%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal97421850.480.7700.27263.086344.51
Hex612AB9304D01B1073f2d
Octal14152271601150334077755
Binary1100001101010101110011100001001101011011100000111111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,42,185); }

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

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

 a { background-color: rgb(97,42,185); }

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

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

 span { border-color: rgb(97,42,185); }

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