#713FDC

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

Shades of Purple Heart #713FDC

Tints of Purple Heart #713FDC

Color information

#713FDC (or 0x713FDC) is unknown color: approx Purple Heart. HEX triplet: 71, 3F and DC. RGB value is (113,63,220). Sum of RGB (Red+Green+Blue) = 113+63+220=396 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.54% from 396); Green value is 63 (25% from 255 or 15.91% from 396); Blue value is 220 (86.33% from 255 or 55.56% from 396); Max value from RGB is 220 - color contains mainly: blue. Hex color #713FDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713FDC is #8EC023. Grayscale: #5F5F5F. Windows color (decimal): -9355300 or 14434161. OLE color: 14434161.

HSL color Cylindrical-coordinate representation of color #713FDC: hue angle of 259.11º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #713FDC is Cyan = 0.49, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB11363220-
CMYK0.490.7100.14
HSL259.11º69.16%55.49%-
HSV(B)259.11º71.36%86.27%-
XYZ21.5112.2368.94-
YUV95.85198.06140.23-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.54%
GREEN value IS 63 (25% from 255) = 15.91%
BLUE value IS 220 (86.33% from 255) = 55.56%
R=28.54%
G=15.91%
B=55.56%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal113632200.490.7100.14259.1169.1655.49
Hex713FDC31470E1034537
Octal161773346110701640310567
Binary1110001111111110111001100011000111011101000000111000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,63,220); }

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

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

 a { background-color: rgb(113,63,220); }

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

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

 span { border-color: rgb(113,63,220); }

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