Html Css Color HEX #710594 Purple

📋 copy color: '#710594'

red 113 ◦ green 5 ◦ blue 148

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

Shades of Purple #710594

Tints of Purple #710594

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.88%

 BLUE value IS 148 (58.2% from 255) = 55.64%

R = 42.48%
G = 1.88%
B = 55.64%

CMYK

 C value IS 0.24

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#710594 (or 0x710594) is known color: Purple. HEX triplet: 71, 05 and 94. RGB value is (113,5,148). Sum of RGB (Red+Green+Blue) = 113+5+148=266 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.48% from 266); Green value is 5 (2.34% from 255 or 1.88% from 266); Blue value is 148 (58.20% from 255 or 55.64% from 266); Max value from RGB is 148 - color contains mainly: blue. Hex color #710594 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710594 is #8EFA6B. Grayscale: #353535. Windows color (decimal): -9370220 or 9700721. OLE color: 9700721.

HSL color Cylindrical-coordinate representation of color #710594: hue angle of 285.31º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #710594 is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 5 148 -
CMYK 0.24 0.97 0 0.42
HSL 285.31º 0.93% 0.3% -
HSV(B) 285.31º 0.97% 0.58% -
XYZ 12.21 5.76 28.48 -
YUV 53.59 181.28 170.37 -
System Red Green Blue C M Y K H S L
Decimal 113 5 148 0.24 0.97 0 0.42 285.31 0.93 0.3
Hex 71 5 94 18 61 0 2A 11D 5D 1E
Octal 161 5 224 30 141 0 52 435 135 36
Binary 1110001 101 10010100 11000 1100001 0 101010 100011101 1011101 11110

Color Harmonies of #710594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710594

Black with #710594

Text Example


Text Example

White with #710594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710594; }

 p { color: rgb(113,5,148); }

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

background-color css

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

 a { background-color: rgb(113,5,148); }

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

border-color css

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

 span { border-color: rgb(113,5,148); }

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