#710FCB

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

Shades of Purple Heart #710FCB

Tints of Purple Heart #710FCB

Color information

#710FCB (or 0x710FCB) is unknown color: approx Purple Heart. HEX triplet: 71, 0F and CB. RGB value is (113,15,203). Sum of RGB (Red+Green+Blue) = 113+15+203=331 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.14% from 331); Green value is 15 (6.25% from 255 or 4.53% from 331); Blue value is 203 (79.69% from 255 or 61.33% from 331); Max value from RGB is 203 - color contains mainly: blue. Hex color #710FCB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710FCB is #8EF034. Grayscale: #414141. Windows color (decimal): -9367605 or 13307761. OLE color: 13307761.

HSL color Cylindrical-coordinate representation of color #710FCB: hue angle of 271.28º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #710FCB is Cyan = 0.44, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB11315203-
CMYK0.440.9300.20
HSL271.28º86.24%42.75%-
HSV(B)271.28º92.61%79.61%-
XYZ17.768.1657.14-
YUV65.73205.47161.71-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.14%
GREEN value IS 15 (6.25% from 255) = 4.53%
BLUE value IS 203 (79.69% from 255) = 61.33%
R=34.14%
G=4.53%
B=61.33%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal113152030.440.9300.20271.2886.2442.75
Hex71FCB2C5D01410f562b
Octal161173135413502441712653
Binary111000111111100101110110010111010101001000011111010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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