#710CD0

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

Shades of Purple Heart #710CD0

Tints of Purple Heart #710CD0

Color information

#710CD0 (or 0x710CD0) is unknown color: approx Purple Heart. HEX triplet: 71, 0C and D0. RGB value is (113,12,208). Sum of RGB (Red+Green+Blue) = 113+12+208=333 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.93% from 333); Green value is 12 (5.08% from 255 or 3.60% from 333); Blue value is 208 (81.64% from 255 or 62.46% from 333); Max value from RGB is 208 - color contains mainly: blue. Hex color #710CD0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710CD0 is #8EF32F. Grayscale: #3F3F3F. Windows color (decimal): -9368368 or 13634673. OLE color: 13634673.

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

Color convert

RGB11312208-
CMYK0.460.9400.18
HSL270.92º89.09%43.14%-
HSV(B)270.92º94.23%81.57%-
XYZ18.338.3360.32-
YUV64.54208.96162.56-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.93%
GREEN value IS 12 (5.08% from 255) = 3.60%
BLUE value IS 208 (81.64% from 255) = 62.46%
R=33.93%
G=3.60%
B=62.46%

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
Decimal113122080.460.9400.18270.9289.0943.14
Hex71CD02E5E01210f592b
Octal161143205613602241713153
Binary111000111001101000010111010111100100101000011111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,12,208); }

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

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

 a { background-color: rgb(113,12,208); }

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

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

 span { border-color: rgb(113,12,208); }

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