#713AD4

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

Shades of Purple Heart #713AD4

Tints of Purple Heart #713AD4

Color information

#713AD4 (or 0x713AD4) is unknown color: approx Purple Heart. HEX triplet: 71, 3A and D4. RGB value is (113,58,212). Sum of RGB (Red+Green+Blue) = 113+58+212=383 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.50% from 383); Green value is 58 (23.05% from 255 or 15.14% from 383); Blue value is 212 (83.20% from 255 or 55.35% from 383); Max value from RGB is 212 - color contains mainly: blue. Hex color #713AD4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713AD4 is #8EC52B. Grayscale: #5B5B5B. Windows color (decimal): -9356588 or 13908593. OLE color: 13908593.

HSL color Cylindrical-coordinate representation of color #713AD4: hue angle of 261.43º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #713AD4 is Cyan = 0.47, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB11358212-
CMYK0.470.7300.17
HSL261.43º64.17%52.94%-
HSV(B)261.43º72.64%83.14%-
XYZ20.2111.2963.4-
YUV92195.72142.98-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.50%
GREEN value IS 58 (23.05% from 255) = 15.14%
BLUE value IS 212 (83.20% from 255) = 55.35%
R=29.50%
G=15.14%
B=55.35%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal113582120.470.7300.17261.4364.1752.94
Hex713AD42F490111054035
Octal161723245711102140510065
Binary11100011110101101010010111110010010100011000001011000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713AD4; }

 p { color: rgb(113,58,212); }

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

<style>
 a { background-color: #713AD4; }

 a { background-color: rgb(113,58,212); }

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

<style>
 span { border-color: #713AD4; }

 span { border-color: rgb(113,58,212); }

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