Html Css Color HEX #710893 Purple

📋 copy color: '#710893'

red 113 ◦ green 8 ◦ blue 147

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

Shades of Purple #710893

Tints of Purple #710893

RGB

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

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

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

R = 42.16%
G = 2.99%
B = 54.85%

CMYK

 C value IS 0.23

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#710893 (or 0x710893) is known color: Purple. HEX triplet: 71, 08 and 93. RGB value is (113,8,147). Sum of RGB (Red+Green+Blue) = 113+8+147=268 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.16% from 268); Green value is 8 (3.52% from 255 or 2.99% from 268); Blue value is 147 (57.81% from 255 or 54.85% from 268); Max value from RGB is 147 - color contains mainly: blue. Hex color #710893 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710893 is #8EF76C. Grayscale: #363636. Windows color (decimal): -9369453 or 9635953. OLE color: 9635953.

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

Color convert

RGB 113 8 147 -
CMYK 0.23 0.95 0 0.42
HSL 285.32º 0.9% 0.3% -
HSV(B) 285.32º 0.95% 0.58% -
XYZ 12.16 5.79 28.08 -
YUV 55.24 179.79 169.2 -
System Red Green Blue C M Y K H S L
Decimal 113 8 147 0.23 0.95 0 0.42 285.32 0.9 0.3
Hex 71 8 93 17 5F 0 2A 11D 5A 1E
Octal 161 10 223 27 137 0 52 435 132 36
Binary 1110001 1000 10010011 10111 1011111 0 101010 100011101 1011010 11110

Color Harmonies of #710893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710893

Black with #710893

Text Example


Text Example

White with #710893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710893; }

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

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

background-color css

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

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

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

border-color css

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

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

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