#612ABB

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

Shades of Purple Heart #612ABB

Tints of Purple Heart #612ABB

Color information

#612ABB (or 0x612ABB) is unknown color: approx Purple Heart. HEX triplet: 61, 2A and BB. RGB value is (97,42,187). Sum of RGB (Red+Green+Blue) = 97+42+187=326 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.75% from 326); Green value is 42 (16.80% from 255 or 12.88% from 326); Blue value is 187 (73.44% from 255 or 57.36% from 326); Max value from RGB is 187 - color contains mainly: blue. Hex color #612ABB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #612ABB is #9ED544. Grayscale: #4A4A4A. Windows color (decimal): -10409285 or 12266081. OLE color: 12266081.

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

Color convert

RGB9742187-
CMYK0.480.7800.27
HSL262.76º63.32%44.9%-
HSV(B)262.76º77.54%73.33%-
XYZ14.737.7947.74-
YUV74.97191.22143.71-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.75%
GREEN value IS 42 (16.80% from 255) = 12.88%
BLUE value IS 187 (73.44% from 255) = 57.36%
R=29.75%
G=12.88%
B=57.36%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal97421870.480.7800.27262.7663.3244.9
Hex612ABB304E01B1073f2d
Octal14152273601160334077755
Binary1100001101010101110111100001001110011011100000111111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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