Html Css Color HEX #710CBB Purple Heart

📋 copy color: '#710CBB'

red 113 ◦ green 12 ◦ blue 187

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

Shades of Purple Heart #710CBB

Tints of Purple Heart #710CBB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.85%

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

R = 36.22%
G = 3.85%
B = 59.94%

CMYK

 C value IS 0.40

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#710CBB (or 0x710CBB) is known color: Purple Heart. HEX triplet: 71, 0C and BB. RGB value is (113,12,187). Sum of RGB (Red+Green+Blue) = 113+12+187=312 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.22% from 312); Green value is 12 (5.08% from 255 or 3.85% from 312); Blue value is 187 (73.44% from 255 or 59.94% from 312); Max value from RGB is 187 - color contains mainly: blue. Hex color #710CBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710CBB is #8EF344. Grayscale: #3D3D3D. Windows color (decimal): -9368389 or 12258417. OLE color: 12258417.

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

Color convert

RGB 113 12 187 -
CMYK 0.40 0.94 0 0.27
HSL 274.63º 0.88% 0.39% -
HSV(B) 274.63º 0.94% 0.73% -
XYZ 15.91 7.36 47.6 -
YUV 62.15 198.46 164.27 -
System Red Green Blue C M Y K H S L
Decimal 113 12 187 0.40 0.94 0 0.27 274.63 0.88 0.39
Hex 71 C BB 28 5E 0 1B 113 58 27
Octal 161 14 273 50 136 0 33 423 130 47
Binary 1110001 1100 10111011 101000 1011110 0 11011 100010011 1011000 100111

Color Harmonies of #710CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710CBB

Black with #710CBB

Text Example


Text Example

White with #710CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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