Html Css Color HEX #710FAD Purple Heart

📋 copy color: '#710FAD'

red 113 ◦ green 15 ◦ blue 173

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

Shades of Purple Heart #710FAD

Tints of Purple Heart #710FAD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.98%

 BLUE value IS 173 (67.97% from 255) = 57.48%

R = 37.54%
G = 4.98%
B = 57.48%

CMYK

 C value IS 0.35

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#710FAD (or 0x710FAD) is known color: Purple Heart. HEX triplet: 71, 0F and AD. RGB value is (113,15,173). Sum of RGB (Red+Green+Blue) = 113+15+173=301 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.54% from 301); Green value is 15 (6.25% from 255 or 4.98% from 301); Blue value is 173 (67.97% from 255 or 57.48% from 301); Max value from RGB is 173 - color contains mainly: blue. Hex color #710FAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710FAD is #8EF052. Grayscale: #3D3D3D. Windows color (decimal): -9367635 or 11341681. OLE color: 11341681.

HSL color Cylindrical-coordinate representation of color #710FAD: hue angle of 277.22º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #710FAD is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 113 15 173 -
CMYK 0.35 0.91 0 0.32
HSL 277.22º 0.84% 0.37% -
HSV(B) 277.22º 0.91% 0.68% -
XYZ 14.52 6.87 40.1 -
YUV 62.31 190.47 164.15 -
System Red Green Blue C M Y K H S L
Decimal 113 15 173 0.35 0.91 0 0.32 277.22 0.84 0.37
Hex 71 F AD 23 5B 0 20 115 54 25
Octal 161 17 255 43 133 0 40 425 124 45
Binary 1110001 1111 10101101 100011 1011011 0 100000 100010101 1010100 100101

Color Harmonies of #710FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710FAD

Black with #710FAD

Text Example


Text Example

White with #710FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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