#612CB3

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

Shades of Purple Heart #612CB3

Tints of Purple Heart #612CB3

Color information

#612CB3 (or 0x612CB3) is unknown color: approx Purple Heart. HEX triplet: 61, 2C and B3. RGB value is (97,44,179). Sum of RGB (Red+Green+Blue) = 97+44+179=320 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.31% from 320); Green value is 44 (17.58% from 255 or 13.75% from 320); Blue value is 179 (70.31% from 255 or 55.94% from 320); Max value from RGB is 179 - color contains mainly: blue. Hex color #612CB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #612CB3 is #9ED34C. Grayscale: #4A4A4A. Windows color (decimal): -10408781 or 11742305. OLE color: 11742305.

HSL color Cylindrical-coordinate representation of color #612CB3: hue angle of 263.56º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #612CB3 is Cyan = 0.46, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB9744179-
CMYK0.460.7500.30
HSL263.56º60.54%43.73%-
HSV(B)263.56º75.42%70.2%-
XYZ13.977.643.38-
YUV75.24186.56143.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.31%
GREEN value IS 44 (17.58% from 255) = 13.75%
BLUE value IS 179 (70.31% from 255) = 55.94%
R=30.31%
G=13.75%
B=55.94%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal97441790.460.7500.30263.5660.5443.73
Hex612CB32E4B01E1083d2c
Octal14154263561130364107554
Binary1100001101100101100111011101001011011110100001000111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,44,179); }

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

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

 a { background-color: rgb(97,44,179); }

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

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

 span { border-color: rgb(97,44,179); }

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