#613ec7

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

Shades of Purple Heart #613EC7

Tints of Purple Heart #613EC7

Color information

#613EC7 (or 0x613EC7) is unknown color: approx Purple Heart. HEX triplet: 61, 3E and C7. RGB value is (97,62,199). Sum of RGB (Red+Green+Blue) = 97+62+199=358 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.09% from 358); Green value is 62 (24.61% from 255 or 17.32% from 358); Blue value is 199 (78.12% from 255 or 55.59% from 358); Max value from RGB is 199 - color contains mainly: blue. Hex color #613EC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613EC7 is #9EC138. Grayscale: #575757. Windows color (decimal): -10404153 or 13057633. OLE color: 13057633.

HSL color Cylindrical-coordinate representation of color #613EC7: hue angle of 255.33º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #613EC7 is Cyan = 0.51, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB9762199-
CMYK0.510.6900.22
HSL255.33º55.02%51.18%-
HSV(B)255.33º68.84%78.04%-
XYZ16.9610.1155.09-
YUV88.08190.6134.36-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.09%
GREEN value IS 62 (24.61% from 255) = 17.32%
BLUE value IS 199 (78.12% from 255) = 55.59%
R=27.09%
G=17.32%
B=55.59%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal97621990.510.6900.22255.3355.0251.18
Hex613EC73345016ff3733
Octal14176307631050263776763
Binary110000111111011000111110011100010101011011111111110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613ec7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,62,199); }

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

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

 a { background-color: rgb(97,62,199); }

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

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

 span { border-color: rgb(97,62,199); }

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