#710dd1

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

Shades of Purple Heart #710DD1

Tints of Purple Heart #710DD1

Color information

#710DD1 (or 0x710DD1) is unknown color: approx Purple Heart. HEX triplet: 71, 0D and D1. RGB value is (113,13,209). Sum of RGB (Red+Green+Blue) = 113+13+209=335 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.73% from 335); Green value is 13 (5.47% from 255 or 3.88% from 335); Blue value is 209 (82.03% from 255 or 62.39% from 335); Max value from RGB is 209 - color contains mainly: blue. Hex color #710DD1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710DD1 is #8EF22E. Grayscale: #404040. Windows color (decimal): -9368111 or 13700465. OLE color: 13700465.

HSL color Cylindrical-coordinate representation of color #710DD1: hue angle of 270.61º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #710DD1 is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB11313209-
CMYK0.460.9400.18
HSL270.61º88.29%43.53%-
HSV(B)270.61º93.78%81.96%-
XYZ18.468.460.97-
YUV65.24209.13162.06-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.73%
GREEN value IS 13 (5.47% from 255) = 3.88%
BLUE value IS 209 (82.03% from 255) = 62.39%
R=33.73%
G=3.88%
B=62.39%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal113132090.460.9400.18270.6188.2943.53
Hex71DD12E5E01210f582c
Octal161153215613602241713054
Binary111000111011101000110111010111100100101000011111011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710dd1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710dd1; }

 p { color: rgb(113,13,209); }

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

<style>
 a { background-color: #710dd1; }

 a { background-color: rgb(113,13,209); }

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

<style>
 span { border-color: #710dd1; }

 span { border-color: rgb(113,13,209); }

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