Html Css Color HEX #710CAC Purple Heart

📋 copy color: '#710CAC'

red 113 ◦ green 12 ◦ blue 172

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

Shades of Purple Heart #710CAC

Tints of Purple Heart #710CAC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.04%

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

R = 38.05%
G = 4.04%
B = 57.91%

CMYK

 C value IS 0.34

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#710CAC (or 0x710CAC) is known color: Purple Heart. HEX triplet: 71, 0C and AC. RGB value is (113,12,172). Sum of RGB (Red+Green+Blue) = 113+12+172=297 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.05% from 297); Green value is 12 (5.08% from 255 or 4.04% from 297); Blue value is 172 (67.58% from 255 or 57.91% from 297); Max value from RGB is 172 - color contains mainly: blue. Hex color #710CAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710CAC is #8EF353. Grayscale: #3B3B3B. Windows color (decimal): -9368404 or 11275377. OLE color: 11275377.

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

Color convert

RGB 113 12 172 -
CMYK 0.34 0.93 0 0.33
HSL 277.88º 0.87% 0.36% -
HSV(B) 277.88º 0.93% 0.67% -
XYZ 14.39 6.75 39.57 -
YUV 60.44 190.96 165.49 -
System Red Green Blue C M Y K H S L
Decimal 113 12 172 0.34 0.93 0 0.33 277.88 0.87 0.36
Hex 71 C AC 22 5D 0 21 116 57 24
Octal 161 14 254 42 135 0 41 426 127 44
Binary 1110001 1100 10101100 100010 1011101 0 100001 100010110 1010111 100100

Color Harmonies of #710CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710CAC

Black with #710CAC

Text Example


Text Example

White with #710CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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