Html Css Color HEX #710DD2 Purple Heart

📋 copy color: '#710DD2'

red 113 ◦ green 13 ◦ blue 210

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

Shades of Purple Heart #710DD2

Tints of Purple Heart #710DD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 62.5%

R = 33.63%
G = 3.87%
B = 62.5%

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

#710DD2 (or 0x710DD2) is known color: Purple Heart. HEX triplet: 71, 0D and D2. RGB value is (113,13,210). Sum of RGB (Red+Green+Blue) = 113+13+210=336 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.63% from 336); Green value is 13 (5.47% from 255 or 3.87% from 336); Blue value is 210 (82.42% from 255 or 62.5% from 336); Max value from RGB is 210 - color contains mainly: blue. Hex color #710DD2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710DD2 is #8EF22D. Grayscale: #404040. Windows color (decimal): -9368110 or 13766001. OLE color: 13766001.

HSL color Cylindrical-coordinate representation of color #710DD2: hue angle of 270.46º 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 #710DD2 is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 113 13 210 -
CMYK 0.46 0.94 0 0.18
HSL 270.46º 0.88% 0.44% -
HSV(B) 270.46º 0.94% 0.82% -
XYZ 18.59 8.45 61.62 -
YUV 65.36 209.63 161.98 -
System Red Green Blue C M Y K H S L
Decimal 113 13 210 0.46 0.94 0 0.18 270.46 0.88 0.44
Hex 71 D D2 2E 5E 0 12 10E 58 2C
Octal 161 15 322 56 136 0 22 416 130 54
Binary 1110001 1101 11010010 101110 1011110 0 10010 100001110 1011000 101100

Color Harmonies of #710DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710DD2

Black with #710DD2

Text Example


Text Example

White with #710DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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