Html Css Color HEX #710CBA Purple Heart

📋 copy color: '#710CBA'

red 113 ◦ green 12 ◦ blue 186

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

Shades of Purple Heart #710CBA

Tints of Purple Heart #710CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 59.81%

R = 36.33%
G = 3.86%
B = 59.81%

CMYK

 C value IS 0.39

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#710CBA (or 0x710CBA) is known color: Purple Heart. HEX triplet: 71, 0C and BA. RGB value is (113,12,186). Sum of RGB (Red+Green+Blue) = 113+12+186=311 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.33% from 311); Green value is 12 (5.08% from 255 or 3.86% from 311); Blue value is 186 (73.05% from 255 or 59.81% from 311); Max value from RGB is 186 - color contains mainly: blue. Hex color #710CBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710CBA is #8EF345. Grayscale: #3D3D3D. Windows color (decimal): -9368390 or 12192881. OLE color: 12192881.

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

Color convert

RGB 113 12 186 -
CMYK 0.39 0.94 0 0.27
HSL 274.83º 0.88% 0.39% -
HSV(B) 274.83º 0.94% 0.73% -
XYZ 15.8 7.32 47.03 -
YUV 62.04 197.96 164.35 -
System Red Green Blue C M Y K H S L
Decimal 113 12 186 0.39 0.94 0 0.27 274.83 0.88 0.39
Hex 71 C BA 27 5E 0 1B 113 58 27
Octal 161 14 272 47 136 0 33 423 130 47
Binary 1110001 1100 10111010 100111 1011110 0 11011 100010011 1011000 100111

Color Harmonies of #710CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710CBA

Black with #710CBA

Text Example


Text Example

White with #710CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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