#710FB7

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

Shades of Purple Heart #710FB7

Tints of Purple Heart #710FB7

Color information

#710FB7 (or 0x710FB7) is unknown color: approx Purple Heart. HEX triplet: 71, 0F and B7. RGB value is (113,15,183). Sum of RGB (Red+Green+Blue) = 113+15+183=311 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.33% from 311); Green value is 15 (6.25% from 255 or 4.82% from 311); Blue value is 183 (71.88% from 255 or 58.84% from 311); Max value from RGB is 183 - color contains mainly: blue. Hex color #710FB7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710FB7 is #8EF048. Grayscale: #3E3E3E. Windows color (decimal): -9367625 or 11997041. OLE color: 11997041.

HSL color Cylindrical-coordinate representation of color #710FB7: hue angle of 275º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #710FB7 is Cyan = 0.38, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB11315183-
CMYK0.380.9200.28
HSL275º84.85%38.82%-
HSV(B)275º91.8%71.76%-
XYZ15.537.2745.38-
YUV63.45195.47163.34-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.33%
GREEN value IS 15 (6.25% from 255) = 4.82%
BLUE value IS 183 (71.88% from 255) = 58.84%
R=36.33%
G=4.82%
B=58.84%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal113151830.380.9200.2827584.8538.82
Hex71FB7265C01C1135527
Octal161172674613403442312547
Binary111000111111011011110011010111000111001000100111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,15,183); }

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

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

 a { background-color: rgb(113,15,183); }

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

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

 span { border-color: rgb(113,15,183); }

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