#713FBD

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

Shades of Purple Heart #713FBD

Tints of Purple Heart #713FBD

Color information

#713FBD (or 0x713FBD) is unknown color: approx Purple Heart. HEX triplet: 71, 3F and BD. RGB value is (113,63,189). Sum of RGB (Red+Green+Blue) = 113+63+189=365 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.96% from 365); Green value is 63 (25% from 255 or 17.26% from 365); Blue value is 189 (74.22% from 255 or 51.78% from 365); Max value from RGB is 189 - color contains mainly: blue. Hex color #713FBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713FBD is #8EC042. Grayscale: #5B5B5B. Windows color (decimal): -9355331 or 12402545. OLE color: 12402545.

HSL color Cylindrical-coordinate representation of color #713FBD: hue angle of 263.81º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #713FBD is Cyan = 0.40, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11363189-
CMYK0.400.6700.26
HSL263.81º50%49.41%-
HSV(B)263.81º66.67%74.12%-
XYZ17.7710.7449.28-
YUV92.31182.56142.75-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.96%
GREEN value IS 63 (25% from 255) = 17.26%
BLUE value IS 189 (74.22% from 255) = 51.78%
R=30.96%
G=17.26%
B=51.78%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal113631890.400.6700.26263.815049.41
Hex713FBD284301A1083231
Octal16177275501030324106261
Binary1110001111111101111011010001000011011010100001000110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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