Html Css Color HEX #710DBB Purple Heart

📋 copy color: '#710DBB'

red 113 ◦ green 13 ◦ blue 187

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

Shades of Purple Heart #710DBB

Tints of Purple Heart #710DBB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.15%

 BLUE value IS 187 (73.44% from 255) = 59.74%

R = 36.1%
G = 4.15%
B = 59.74%

CMYK

 C value IS 0.40

 M value IS 0.93

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#710DBB (or 0x710DBB) is known color: Purple Heart. HEX triplet: 71, 0D and BB. RGB value is (113,13,187). Sum of RGB (Red+Green+Blue) = 113+13+187=313 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.10% from 313); Green value is 13 (5.47% from 255 or 4.15% from 313); Blue value is 187 (73.44% from 255 or 59.74% from 313); Max value from RGB is 187 - color contains mainly: blue. Hex color #710DBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710DBB is #8EF244. Grayscale: #3E3E3E. Windows color (decimal): -9368133 or 12258673. OLE color: 12258673.

HSL color Cylindrical-coordinate representation of color #710DBB: hue angle of 274.48º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #710DBB is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 113 13 187 -
CMYK 0.40 0.93 0 0.27
HSL 274.48º 0.87% 0.39% -
HSV(B) 274.48º 0.93% 0.73% -
XYZ 15.92 7.39 47.6 -
YUV 62.74 198.13 163.85 -
System Red Green Blue C M Y K H S L
Decimal 113 13 187 0.40 0.93 0 0.27 274.48 0.87 0.39
Hex 71 D BB 28 5D 0 1B 112 57 27
Octal 161 15 273 50 135 0 33 422 127 47
Binary 1110001 1101 10111011 101000 1011101 0 11011 100010010 1010111 100111

Color Harmonies of #710DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710DBB

Black with #710DBB

Text Example


Text Example

White with #710DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,13,187); }

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

background-color css

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

 a { background-color: rgb(113,13,187); }

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

border-color css

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

 span { border-color: rgb(113,13,187); }

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