#713DC7

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

Shades of Purple Heart #713DC7

Tints of Purple Heart #713DC7

Color information

#713DC7 (or 0x713DC7) is unknown color: approx Purple Heart. HEX triplet: 71, 3D and C7. RGB value is (113,61,199). Sum of RGB (Red+Green+Blue) = 113+61+199=373 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.29% from 373); Green value is 61 (24.22% from 255 or 16.35% from 373); Blue value is 199 (78.12% from 255 or 53.35% from 373); Max value from RGB is 199 - color contains mainly: blue. Hex color #713DC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713DC7 is #8EC238. Grayscale: #5B5B5B. Windows color (decimal): -9355833 or 13057393. OLE color: 13057393.

HSL color Cylindrical-coordinate representation of color #713DC7: hue angle of 262.61º 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 #713DC7 is Cyan = 0.43, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB11361199-
CMYK0.430.6900.22
HSL262.61º55.2%50.98%-
HSV(B)262.61º69.35%78.04%-
XYZ18.7910.9755.16-
YUV92.28188.23142.78-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.29%
GREEN value IS 61 (24.22% from 255) = 16.35%
BLUE value IS 199 (78.12% from 255) = 53.35%
R=30.29%
G=16.35%
B=53.35%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal113611990.430.6900.22262.6155.250.98
Hex713DC72B450161073733
Octal16175307531050264076763
Binary1110001111101110001111010111000101010110100000111110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,61,199); }

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

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

 a { background-color: rgb(113,61,199); }

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

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

 span { border-color: rgb(113,61,199); }

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