Html Css Color HEX #710BB2 Purple Heart

📋 copy color: '#710BB2'

red 113 ◦ green 11 ◦ blue 178

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

Shades of Purple Heart #710BB2

Tints of Purple Heart #710BB2

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.64%

 BLUE value IS 178 (69.92% from 255) = 58.94%

R = 37.42%
G = 3.64%
B = 58.94%

CMYK

 C value IS 0.37

 M value IS 0.94

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#710BB2 (or 0x710BB2) is known color: Purple Heart. HEX triplet: 71, 0B and B2. RGB value is (113,11,178). Sum of RGB (Red+Green+Blue) = 113+11+178=302 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.42% from 302); Green value is 11 (4.69% from 255 or 3.64% from 302); Blue value is 178 (69.92% from 255 or 58.94% from 302); Max value from RGB is 178 - color contains mainly: blue. Hex color #710BB2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710BB2 is #8EF44D. Grayscale: #3B3B3B. Windows color (decimal): -9368654 or 11668337. OLE color: 11668337.

HSL color Cylindrical-coordinate representation of color #710BB2: hue angle of 276.65º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #710BB2 is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 113 11 178 -
CMYK 0.37 0.94 0 0.30
HSL 276.65º 0.88% 0.37% -
HSV(B) 276.65º 0.94% 0.7% -
XYZ 14.97 6.96 42.67 -
YUV 60.54 194.29 165.42 -
System Red Green Blue C M Y K H S L
Decimal 113 11 178 0.37 0.94 0 0.30 276.65 0.88 0.37
Hex 71 B B2 25 5E 0 1E 115 58 25
Octal 161 13 262 45 136 0 36 425 130 45
Binary 1110001 1011 10110010 100101 1011110 0 11110 100010101 1011000 100101

Color Harmonies of #710BB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710BB2

Black with #710BB2

Text Example


Text Example

White with #710BB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,11,178); }

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

background-color css

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

 a { background-color: rgb(113,11,178); }

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

border-color css

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

 span { border-color: rgb(113,11,178); }

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