Html Css Color HEX #710BBD Purple Heart

📋 copy color: '#710BBD'

red 113 ◦ green 11 ◦ blue 189

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

Shades of Purple Heart #710BBD

Tints of Purple Heart #710BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 60.38%

R = 36.1%
G = 3.51%
B = 60.38%

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

#710BBD (or 0x710BBD) is known color: Purple Heart. HEX triplet: 71, 0B and BD. RGB value is (113,11,189). Sum of RGB (Red+Green+Blue) = 113+11+189=313 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.10% from 313); Green value is 11 (4.69% from 255 or 3.51% from 313); Blue value is 189 (74.22% from 255 or 60.38% from 313); Max value from RGB is 189 - color contains mainly: blue. Hex color #710BBD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710BBD is #8EF442. Grayscale: #3D3D3D. Windows color (decimal): -9368643 or 12389233. OLE color: 12389233.

HSL color Cylindrical-coordinate representation of color #710BBD: hue angle of 274.38º 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 #710BBD is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 113 11 189 -
CMYK 0.40 0.94 0 0.26
HSL 274.38º 0.89% 0.39% -
HSV(B) 274.38º 0.94% 0.74% -
XYZ 16.12 7.42 48.73 -
YUV 61.79 199.79 164.53 -
System Red Green Blue C M Y K H S L
Decimal 113 11 189 0.40 0.94 0 0.26 274.38 0.89 0.39
Hex 71 B BD 28 5E 0 1A 112 59 27
Octal 161 13 275 50 136 0 32 422 131 47
Binary 1110001 1011 10111101 101000 1011110 0 11010 100010010 1011001 100111

Color Harmonies of #710BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710BBD

Black with #710BBD

Text Example


Text Example

White with #710BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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