Html Css Color HEX #710DD1 Purple Heart

📋 copy color: '#710DD1'

red 113 ◦ green 13 ◦ blue 209

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

Shades of Purple Heart #710DD1

Tints of Purple Heart #710DD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 62.39%

R = 33.73%
G = 3.88%
B = 62.39%

CMYK

 C value IS 0.46

 M value IS 0.94

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#710DD1 (or 0x710DD1) is known color: Purple Heart. HEX triplet: 71, 0D and D1. RGB value is (113,13,209). Sum of RGB (Red+Green+Blue) = 113+13+209=335 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.73% from 335); Green value is 13 (5.47% from 255 or 3.88% from 335); Blue value is 209 (82.03% from 255 or 62.39% from 335); Max value from RGB is 209 - color contains mainly: blue. Hex color #710DD1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710DD1 is #8EF22E. Grayscale: #404040. Windows color (decimal): -9368111 or 13700465. OLE color: 13700465.

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

Color convert

RGB 113 13 209 -
CMYK 0.46 0.94 0 0.18
HSL 270.61º 0.88% 0.44% -
HSV(B) 270.61º 0.94% 0.82% -
XYZ 18.46 8.4 60.97 -
YUV 65.24 209.13 162.06 -
System Red Green Blue C M Y K H S L
Decimal 113 13 209 0.46 0.94 0 0.18 270.61 0.88 0.44
Hex 71 D D1 2E 5E 0 12 10F 58 2C
Octal 161 15 321 56 136 0 22 417 130 54
Binary 1110001 1101 11010001 101110 1011110 0 10010 100001111 1011000 101100

Color Harmonies of #710DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710DD1

Black with #710DD1

Text Example


Text Example

White with #710DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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