#613FB4

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

Shades of Purple Heart #613FB4

Tints of Purple Heart #613FB4

Color information

#613FB4 (or 0x613FB4) is unknown color: approx Purple Heart. HEX triplet: 61, 3F and B4. RGB value is (97,63,180). Sum of RGB (Red+Green+Blue) = 97+63+180=340 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.53% from 340); Green value is 63 (25% from 255 or 18.53% from 340); Blue value is 180 (70.70% from 255 or 52.94% from 340); Max value from RGB is 180 - color contains mainly: blue. Hex color #613FB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613FB4 is #9EC04B. Grayscale: #565656. Windows color (decimal): -10403916 or 11812705. OLE color: 11812705.

HSL color Cylindrical-coordinate representation of color #613FB4: hue angle of 257.44º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #613FB4 is Cyan = 0.46, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB9763180-
CMYK0.460.6500.29
HSL257.44º48.15%47.65%-
HSV(B)257.44º65%70.59%-
XYZ14.959.3944.21-
YUV86.5180.76135.49-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.53%
GREEN value IS 63 (25% from 255) = 18.53%
BLUE value IS 180 (70.70% from 255) = 52.94%
R=28.53%
G=18.53%
B=52.94%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal97631800.460.6500.29257.4448.1547.65
Hex613FB42E4101D1013030
Octal14177264561010354016060
Binary1100001111111101101001011101000001011101100000001110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613FB4; }

 p { color: rgb(97,63,180); }

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

<style>
 a { background-color: #613FB4; }

 a { background-color: rgb(97,63,180); }

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

<style>
 span { border-color: #613FB4; }

 span { border-color: rgb(97,63,180); }

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