Html Css Color HEX #710FAC Purple Heart

📋 copy color: '#710FAC'

red 113 ◦ green 15 ◦ blue 172

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

Shades of Purple Heart #710FAC

Tints of Purple Heart #710FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 57.33%

R = 37.67%
G = 5%
B = 57.33%

CMYK

 C value IS 0.34

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#710FAC (or 0x710FAC) is known color: Purple Heart. HEX triplet: 71, 0F and AC. RGB value is (113,15,172). Sum of RGB (Red+Green+Blue) = 113+15+172=300 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.67% from 300); Green value is 15 (6.25% from 255 or 5% from 300); Blue value is 172 (67.58% from 255 or 57.33% from 300); Max value from RGB is 172 - color contains mainly: blue. Hex color #710FAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710FAC is #8EF053. Grayscale: #3D3D3D. Windows color (decimal): -9367636 or 11276145. OLE color: 11276145.

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

Color convert

RGB 113 15 172 -
CMYK 0.34 0.91 0 0.33
HSL 277.45º 0.84% 0.37% -
HSV(B) 277.45º 0.91% 0.67% -
XYZ 14.43 6.83 39.59 -
YUV 62.2 189.97 164.23 -
System Red Green Blue C M Y K H S L
Decimal 113 15 172 0.34 0.91 0 0.33 277.45 0.84 0.37
Hex 71 F AC 22 5B 0 21 115 54 25
Octal 161 17 254 42 133 0 41 425 124 45
Binary 1110001 1111 10101100 100010 1011011 0 100001 100010101 1010100 100101

Color Harmonies of #710FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710FAC

Black with #710FAC

Text Example


Text Example

White with #710FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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