Html Css Color HEX #710DC7 Purple Heart

📋 copy color: '#710DC7'

red 113 ◦ green 13 ◦ blue 199

#710DC7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #710DC7

Tints of Purple Heart #710DC7

RGB

 RED value IS 113 (44.53% from 255) = 34.77%

 GREEN value IS 13 (5.47% from 255) = 4%

 BLUE value IS 199 (78.13% from 255) = 61.23%

R = 34.77%
G = 4%
B = 61.23%

CMYK

 C value IS 0.43

 M value IS 0.93

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#710DC7 (or 0x710DC7) is known color: Purple Heart. HEX triplet: 71, 0D and C7. RGB value is (113,13,199). Sum of RGB (Red+Green+Blue) = 113+13+199=325 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.77% from 325); Green value is 13 (5.47% from 255 or 4% from 325); Blue value is 199 (78.12% from 255 or 61.23% from 325); Max value from RGB is 199 - color contains mainly: blue. Hex color #710DC7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710DC7 is #8EF238. Grayscale: #3F3F3F. Windows color (decimal): -9368121 or 13045105. OLE color: 13045105.

HSL color Cylindrical-coordinate representation of color #710DC7: hue angle of 272.26º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #710DC7 is Cyan = 0.43, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 113 13 199 -
CMYK 0.43 0.93 0 0.22
HSL 272.26º 0.88% 0.42% -
HSV(B) 272.26º 0.93% 0.78% -
XYZ 17.26 7.92 54.65 -
YUV 64.1 204.13 162.88 -
System Red Green Blue C M Y K H S L
Decimal 113 13 199 0.43 0.93 0 0.22 272.26 0.88 0.42
Hex 71 D C7 2B 5D 0 16 110 58 2A
Octal 161 15 307 53 135 0 26 420 130 52
Binary 1110001 1101 11000111 101011 1011101 0 10110 100010000 1011000 101010

Color Harmonies of #710DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710DC7

Black with #710DC7

Text Example


Text Example

White with #710DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #710DC7;
 }
 .AnyTagClassName
 {
   color: #710DC7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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