#612ACB

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

Shades of Purple Heart #612ACB

Tints of Purple Heart #612ACB

Color information

#612ACB (or 0x612ACB) is unknown color: approx Purple Heart. HEX triplet: 61, 2A and CB. RGB value is (97,42,203). Sum of RGB (Red+Green+Blue) = 97+42+203=342 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.36% from 342); Green value is 42 (16.80% from 255 or 12.28% from 342); Blue value is 203 (79.69% from 255 or 59.36% from 342); Max value from RGB is 203 - color contains mainly: blue. Hex color #612ACB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #612ACB is #9ED534. Grayscale: #4C4C4C. Windows color (decimal): -10409269 or 13314657. OLE color: 13314657.

HSL color Cylindrical-coordinate representation of color #612ACB: hue angle of 260.5º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #612ACB is Cyan = 0.52, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB9742203-
CMYK0.520.7900.20
HSL260.5º65.71%48.04%-
HSV(B)260.5º79.31%79.61%-
XYZ16.548.5157.27-
YUV76.8199.22142.41-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.36%
GREEN value IS 42 (16.80% from 255) = 12.28%
BLUE value IS 203 (79.69% from 255) = 59.36%
R=28.36%
G=12.28%
B=59.36%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal97422030.520.7900.20260.565.7148.04
Hex612ACB344F0141044230
Octal141523136411702440410260
Binary11000011010101100101111010010011110101001000001001000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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