#713ACA

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

Shades of Purple Heart #713ACA

Tints of Purple Heart #713ACA

Color information

#713ACA (or 0x713ACA) is unknown color: approx Purple Heart. HEX triplet: 71, 3A and CA. RGB value is (113,58,202). Sum of RGB (Red+Green+Blue) = 113+58+202=373 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.29% from 373); Green value is 58 (23.05% from 255 or 15.55% from 373); Blue value is 202 (79.30% from 255 or 54.16% from 373); Max value from RGB is 202 - color contains mainly: blue. Hex color #713ACA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713ACA is #8EC535. Grayscale: #5A5A5A. Windows color (decimal): -9356598 or 13253233. OLE color: 13253233.

HSL color Cylindrical-coordinate representation of color #713ACA: hue angle of 262.92º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #713ACA is Cyan = 0.44, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11358202-
CMYK0.440.7100.21
HSL262.92º57.6%50.98%-
HSV(B)262.92º71.29%79.22%-
XYZ18.9810.856.96-
YUV90.86190.72143.79-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.29%
GREEN value IS 58 (23.05% from 255) = 15.55%
BLUE value IS 202 (79.30% from 255) = 54.16%
R=30.29%
G=15.55%
B=54.16%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal113582020.440.7100.21262.9257.650.98
Hex713ACA2C470151073a33
Octal16172312541070254077263
Binary1110001111010110010101011001000111010101100000111111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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