Html Css Color HEX #710FC6 Purple Heart

📋 copy color: '#710FC6'

red 113 ◦ green 15 ◦ blue 198

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

Shades of Purple Heart #710FC6

Tints of Purple Heart #710FC6

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.6%

 BLUE value IS 198 (77.73% from 255) = 60.74%

R = 34.66%
G = 4.6%
B = 60.74%

CMYK

 C value IS 0.43

 M value IS 0.92

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#710FC6 (or 0x710FC6) is known color: Purple Heart. HEX triplet: 71, 0F and C6. RGB value is (113,15,198). Sum of RGB (Red+Green+Blue) = 113+15+198=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 15 (6.25% from 255 or 4.60% from 326); Blue value is 198 (77.73% from 255 or 60.74% from 326); Max value from RGB is 198 - color contains mainly: blue. Hex color #710FC6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710FC6 is #8EF039. Grayscale: #404040. Windows color (decimal): -9367610 or 12980081. OLE color: 12980081.

HSL color Cylindrical-coordinate representation of color #710FC6: hue angle of 272.13º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #710FC6 is Cyan = 0.43, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 113 15 198 -
CMYK 0.43 0.92 0 0.22
HSL 272.13º 0.86% 0.42% -
HSV(B) 272.13º 0.92% 0.78% -
XYZ 17.17 7.93 54.05 -
YUV 65.16 202.97 162.12 -
System Red Green Blue C M Y K H S L
Decimal 113 15 198 0.43 0.92 0 0.22 272.13 0.86 0.42
Hex 71 F C6 2B 5C 0 16 110 56 2A
Octal 161 17 306 53 134 0 26 420 126 52
Binary 1110001 1111 11000110 101011 1011100 0 10110 100010000 1010110 101010

Color Harmonies of #710FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710FC6

Black with #710FC6

Text Example


Text Example

White with #710FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,15,198); }

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

background-color css

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

 a { background-color: rgb(113,15,198); }

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

border-color css

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

 span { border-color: rgb(113,15,198); }

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