Html Css Color HEX #710493 Purple

📋 copy color: '#710493'

red 113 ◦ green 4 ◦ blue 147

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

Shades of Purple #710493

Tints of Purple #710493

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.52%

 BLUE value IS 147 (57.81% from 255) = 55.68%

R = 42.8%
G = 1.52%
B = 55.68%

CMYK

 C value IS 0.23

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#710493 (or 0x710493) is known color: Purple. HEX triplet: 71, 04 and 93. RGB value is (113,4,147). Sum of RGB (Red+Green+Blue) = 113+4+147=264 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.80% from 264); Green value is 4 (1.95% from 255 or 1.52% from 264); Blue value is 147 (57.81% from 255 or 55.68% from 264); Max value from RGB is 147 - color contains mainly: blue. Hex color #710493 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710493 is #8EFB6C. Grayscale: #343434. Windows color (decimal): -9370477 or 9634929. OLE color: 9634929.

HSL color Cylindrical-coordinate representation of color #710493: hue angle of 285.73º degrees, saturation: 0.95, 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 #710493 is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 4 147 -
CMYK 0.23 0.97 0 0.42
HSL 285.73º 0.95% 0.3% -
HSV(B) 285.73º 0.97% 0.58% -
XYZ 12.12 5.7 28.07 -
YUV 52.89 181.11 170.87 -
System Red Green Blue C M Y K H S L
Decimal 113 4 147 0.23 0.97 0 0.42 285.73 0.95 0.3
Hex 71 4 93 17 61 0 2A 11E 5F 1E
Octal 161 4 223 27 141 0 52 436 137 36
Binary 1110001 100 10010011 10111 1100001 0 101010 100011110 1011111 11110

Color Harmonies of #710493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710493

Black with #710493

Text Example


Text Example

White with #710493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710493; }

 p { color: rgb(113,4,147); }

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

background-color css

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

 a { background-color: rgb(113,4,147); }

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

border-color css

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

 span { border-color: rgb(113,4,147); }

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