Html Css Color HEX #710874 Purple

📋 copy color: '#710874'

red 113 ◦ green 8 ◦ blue 116

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

Shades of Purple #710874

Tints of Purple #710874

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.38%

 BLUE value IS 116 (45.7% from 255) = 48.95%

R = 47.68%
G = 3.38%
B = 48.95%

CMYK

 C value IS 0.03

 M value IS 0.93

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#710874 (or 0x710874) is known color: Purple. HEX triplet: 71, 08 and 74. RGB value is (113,8,116). Sum of RGB (Red+Green+Blue) = 113+8+116=237 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.68% from 237); Green value is 8 (3.52% from 255 or 3.38% from 237); Blue value is 116 (45.70% from 255 or 48.95% from 237); Max value from RGB is 116 - color contains mainly: blue. Hex color #710874 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710874 is #8EF78B. Grayscale: #333333. Windows color (decimal): -9369484 or 7604337. OLE color: 7604337.

HSL color Cylindrical-coordinate representation of color #710874: hue angle of 298.33º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #710874 is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 113 8 116 -
CMYK 0.03 0.93 0 0.55
HSL 298.33º 0.87% 0.24% -
HSV(B) 298.33º 0.93% 0.45% -
XYZ 10.05 4.95 16.95 -
YUV 51.71 164.29 171.72 -
System Red Green Blue C M Y K H S L
Decimal 113 8 116 0.03 0.93 0 0.55 298.33 0.87 0.24
Hex 71 8 74 3 5D 0 37 12A 57 18
Octal 161 10 164 3 135 0 67 452 127 30
Binary 1110001 1000 1110100 11 1011101 0 110111 100101010 1010111 11000

Color Harmonies of #710874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710874

Black with #710874

Text Example


Text Example

White with #710874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710874; }

 p { color: rgb(113,8,116); }

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

background-color css

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

 a { background-color: rgb(113,8,116); }

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

border-color css

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

 span { border-color: rgb(113,8,116); }

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