#613ED7

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

Shades of Purple Heart #613ED7

Tints of Purple Heart #613ED7

Color information

#613ED7 (or 0x613ED7) is unknown color: approx Purple Heart. HEX triplet: 61, 3E and D7. RGB value is (97,62,215). Sum of RGB (Red+Green+Blue) = 97+62+215=374 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.94% from 374); Green value is 62 (24.61% from 255 or 16.58% from 374); Blue value is 215 (84.38% from 255 or 57.49% from 374); Max value from RGB is 215 - color contains mainly: blue. Hex color #613ED7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613ED7 is #9EC128. Grayscale: #595959. Windows color (decimal): -10404137 or 14106209. OLE color: 14106209.

HSL color Cylindrical-coordinate representation of color #613ED7: hue angle of 253.73º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #613ED7 is Cyan = 0.55, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB9762215-
CMYK0.550.7100.16
HSL253.73º65.67%54.31%-
HSV(B)253.73º71.16%84.31%-
XYZ18.9210.8965.4-
YUV89.91198.6133.06-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.94%
GREEN value IS 62 (24.61% from 255) = 16.58%
BLUE value IS 215 (84.38% from 255) = 57.49%
R=25.94%
G=16.58%
B=57.49%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal97622150.550.7100.16253.7365.6754.31
Hex613ED73747010fe4236
Octal141763276710702037610266
Binary1100001111110110101111101111000111010000111111101000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613ED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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