Html Css Color HEX #710DB2 Purple Heart

📋 copy color: '#710DB2'

red 113 ◦ green 13 ◦ blue 178

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

Shades of Purple Heart #710DB2

Tints of Purple Heart #710DB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 58.55%

R = 37.17%
G = 4.28%
B = 58.55%

CMYK

 C value IS 0.37

 M value IS 0.93

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#710DB2 (or 0x710DB2) is known color: Purple Heart. HEX triplet: 71, 0D and B2. RGB value is (113,13,178). Sum of RGB (Red+Green+Blue) = 113+13+178=304 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.17% from 304); Green value is 13 (5.47% from 255 or 4.28% from 304); Blue value is 178 (69.92% from 255 or 58.55% from 304); Max value from RGB is 178 - color contains mainly: blue. Hex color #710DB2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710DB2 is #8EF24D. Grayscale: #3D3D3D. Windows color (decimal): -9368142 or 11668849. OLE color: 11668849.

HSL color Cylindrical-coordinate representation of color #710DB2: hue angle of 276.36º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #710DB2 is Cyan = 0.37, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 113 13 178 -
CMYK 0.37 0.93 0 0.30
HSL 276.36º 0.86% 0.37% -
HSV(B) 276.36º 0.93% 0.7% -
XYZ 14.99 7.01 42.68 -
YUV 61.71 193.63 164.58 -
System Red Green Blue C M Y K H S L
Decimal 113 13 178 0.37 0.93 0 0.30 276.36 0.86 0.37
Hex 71 D B2 25 5D 0 1E 114 56 25
Octal 161 15 262 45 135 0 36 424 126 45
Binary 1110001 1101 10110010 100101 1011101 0 11110 100010100 1010110 100101

Color Harmonies of #710DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710DB2

Black with #710DB2

Text Example


Text Example

White with #710DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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