Html Css Color HEX #710DAB Purple Heart

📋 copy color: '#710DAB'

red 113 ◦ green 13 ◦ blue 171

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

Shades of Purple Heart #710DAB

Tints of Purple Heart #710DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 57.58%

R = 38.05%
G = 4.38%
B = 57.58%

CMYK

 C value IS 0.34

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#710DAB (or 0x710DAB) is known color: Purple Heart. HEX triplet: 71, 0D and AB. RGB value is (113,13,171). Sum of RGB (Red+Green+Blue) = 113+13+171=297 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.05% from 297); Green value is 13 (5.47% from 255 or 4.38% from 297); Blue value is 171 (67.19% from 255 or 57.58% from 297); Max value from RGB is 171 - color contains mainly: blue. Hex color #710DAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710DAB is #8EF254. Grayscale: #3C3C3C. Windows color (decimal): -9368149 or 11210097. OLE color: 11210097.

HSL color Cylindrical-coordinate representation of color #710DAB: hue angle of 277.97º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #710DAB is Cyan = 0.34, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 113 13 171 -
CMYK 0.34 0.92 0 0.33
HSL 277.97º 0.86% 0.36% -
HSV(B) 277.97º 0.92% 0.67% -
XYZ 14.3 6.74 39.07 -
YUV 60.91 190.13 165.15 -
System Red Green Blue C M Y K H S L
Decimal 113 13 171 0.34 0.92 0 0.33 277.97 0.86 0.36
Hex 71 D AB 22 5C 0 21 116 56 24
Octal 161 15 253 42 134 0 41 426 126 44
Binary 1110001 1101 10101011 100010 1011100 0 100001 100010110 1010110 100100

Color Harmonies of #710DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710DAB

Black with #710DAB

Text Example


Text Example

White with #710DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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