Html Css Color HEX #710ABC Purple Heart

📋 copy color: '#710ABC'

red 113 ◦ green 10 ◦ blue 188

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

Shades of Purple Heart #710ABC

Tints of Purple Heart #710ABC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.22%

 BLUE value IS 188 (73.83% from 255) = 60.45%

R = 36.33%
G = 3.22%
B = 60.45%

CMYK

 C value IS 0.40

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#710ABC (or 0x710ABC) is known color: Purple Heart. HEX triplet: 71, 0A and BC. RGB value is (113,10,188). Sum of RGB (Red+Green+Blue) = 113+10+188=311 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.33% from 311); Green value is 10 (4.30% from 255 or 3.22% from 311); Blue value is 188 (73.83% from 255 or 60.45% from 311); Max value from RGB is 188 - color contains mainly: blue. Hex color #710ABC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710ABC is #8EF543. Grayscale: #3C3C3C. Windows color (decimal): -9368900 or 12323441. OLE color: 12323441.

HSL color Cylindrical-coordinate representation of color #710ABC: hue angle of 274.72º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #710ABC is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 113 10 188 -
CMYK 0.40 0.95 0 0.26
HSL 274.72º 0.9% 0.39% -
HSV(B) 274.72º 0.95% 0.74% -
XYZ 16 7.36 48.15 -
YUV 61.09 199.62 165.03 -
System Red Green Blue C M Y K H S L
Decimal 113 10 188 0.40 0.95 0 0.26 274.72 0.9 0.39
Hex 71 A BC 28 5F 0 1A 113 5A 27
Octal 161 12 274 50 137 0 32 423 132 47
Binary 1110001 1010 10111100 101000 1011111 0 11010 100010011 1011010 100111

Color Harmonies of #710ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710ABC

Black with #710ABC

Text Example


Text Example

White with #710ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,10,188); }

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

background-color css

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

 a { background-color: rgb(113,10,188); }

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

border-color css

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

 span { border-color: rgb(113,10,188); }

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