Html Css Color HEX #710BBC Purple Heart

📋 copy color: '#710BBC'

red 113 ◦ green 11 ◦ blue 188

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

Shades of Purple Heart #710BBC

Tints of Purple Heart #710BBC

RGB

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

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

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

R = 36.22%
G = 3.53%
B = 60.26%

CMYK

 C value IS 0.40

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#710BBC (or 0x710BBC) is known color: Purple Heart. HEX triplet: 71, 0B and BC. RGB value is (113,11,188). Sum of RGB (Red+Green+Blue) = 113+11+188=312 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.22% from 312); Green value is 11 (4.69% from 255 or 3.53% from 312); Blue value is 188 (73.83% from 255 or 60.26% from 312); Max value from RGB is 188 - color contains mainly: blue. Hex color #710BBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710BBC is #8EF443. Grayscale: #3D3D3D. Windows color (decimal): -9368644 or 12323697. OLE color: 12323697.

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

Color convert

RGB 113 11 188 -
CMYK 0.40 0.94 0 0.26
HSL 274.58º 0.89% 0.39% -
HSV(B) 274.58º 0.94% 0.74% -
XYZ 16.01 7.38 48.16 -
YUV 61.68 199.29 164.61 -
System Red Green Blue C M Y K H S L
Decimal 113 11 188 0.40 0.94 0 0.26 274.58 0.89 0.39
Hex 71 B BC 28 5E 0 1A 113 59 27
Octal 161 13 274 50 136 0 32 423 131 47
Binary 1110001 1011 10111100 101000 1011110 0 11010 100010011 1011001 100111

Color Harmonies of #710BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710BBC

Black with #710BBC

Text Example


Text Example

White with #710BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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