#710CBA

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

Shades of Purple Heart #710CBA

Tints of Purple Heart #710CBA

Color information

#710CBA (or 0x710CBA) is unknown color: approx Purple Heart. HEX triplet: 71, 0C and BA. RGB value is (113,12,186). Sum of RGB (Red+Green+Blue) = 113+12+186=311 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.33% from 311); Green value is 12 (5.08% from 255 or 3.86% from 311); Blue value is 186 (73.05% from 255 or 59.81% from 311); Max value from RGB is 186 - color contains mainly: blue. Hex color #710CBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710CBA is #8EF345. Grayscale: #3D3D3D. Windows color (decimal): -9368390 or 12192881. OLE color: 12192881.

HSL color Cylindrical-coordinate representation of color #710CBA: hue angle of 274.83º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #710CBA is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11312186-
CMYK0.390.9400.27
HSL274.83º87.88%38.82%-
HSV(B)274.83º93.55%72.94%-
XYZ15.87.3247.03-
YUV62.04197.96164.35-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.33%
GREEN value IS 12 (5.08% from 255) = 3.86%
BLUE value IS 186 (73.05% from 255) = 59.81%
R=36.33%
G=3.86%
B=59.81%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal113121860.390.9400.27274.8387.8838.82
Hex71CBA275E01B1135827
Octal161142724713603342313047
Binary111000111001011101010011110111100110111000100111011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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