#612BC4

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

Shades of Purple Heart #612BC4

Tints of Purple Heart #612BC4

Color information

#612BC4 (or 0x612BC4) is unknown color: approx Purple Heart. HEX triplet: 61, 2B and C4. RGB value is (97,43,196). Sum of RGB (Red+Green+Blue) = 97+43+196=336 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.87% from 336); Green value is 43 (17.19% from 255 or 12.80% from 336); Blue value is 196 (76.95% from 255 or 58.33% from 336); Max value from RGB is 196 - color contains mainly: blue. Hex color #612BC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #612BC4 is #9ED43B. Grayscale: #4C4C4C. Windows color (decimal): -10409020 or 12856161. OLE color: 12856161.

HSL color Cylindrical-coordinate representation of color #612BC4: hue angle of 261.18º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #612BC4 is Cyan = 0.51, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB9743196-
CMYK0.510.7800.23
HSL261.18º64.02%46.86%-
HSV(B)261.18º78.06%76.86%-
XYZ15.768.2552.99-
YUV76.59195.39142.56-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.87%
GREEN value IS 43 (17.19% from 255) = 12.80%
BLUE value IS 196 (76.95% from 255) = 58.33%
R=28.87%
G=12.80%
B=58.33%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal97431960.510.7800.23261.1864.0246.86
Hex612BC4334E017105402f
Octal141533046311602740510057
Binary11000011010111100010011001110011100101111000001011000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612BC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,43,196); }

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

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

 a { background-color: rgb(97,43,196); }

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

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

 span { border-color: rgb(97,43,196); }

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