Html Css Color HEX #710192 Purple

📋 copy color: '#710192'

red 113 ◦ green 1 ◦ blue 146

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

Shades of Purple #710192

Tints of Purple #710192

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

 BLUE value IS 146 (57.42% from 255) = 56.15%

R = 43.46%
G = 0.38%
B = 56.15%

CMYK

 C value IS 0.23

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#710192 (or 0x710192) is known color: Purple. HEX triplet: 71, 01 and 92. RGB value is (113,1,146). Sum of RGB (Red+Green+Blue) = 113+1+146=260 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.46% from 260); Green value is 1 (0.78% from 255 or 0.38% from 260); Blue value is 146 (57.42% from 255 or 56.15% from 260); Max value from RGB is 146 - color contains mainly: blue. Hex color #710192 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710192 is #8EFE6D. Grayscale: #323232. Windows color (decimal): -9371246 or 9568625. OLE color: 9568625.

HSL color Cylindrical-coordinate representation of color #710192: hue angle of 286.34º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #710192 is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 113 1 146 -
CMYK 0.23 0.99 0 0.43
HSL 286.34º 0.99% 0.29% -
HSV(B) 286.34º 0.99% 0.57% -
XYZ 12.01 5.61 27.64 -
YUV 51.02 181.61 172.21 -
System Red Green Blue C M Y K H S L
Decimal 113 1 146 0.23 0.99 0 0.43 286.34 0.99 0.29
Hex 71 1 92 17 63 0 2B 11E 63 1D
Octal 161 1 222 27 143 0 53 436 143 35
Binary 1110001 1 10010010 10111 1100011 0 101011 100011110 1100011 11101

Color Harmonies of #710192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710192

Black with #710192

Text Example


Text Example

White with #710192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710192; }

 p { color: rgb(113,1,146); }

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

background-color css

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

 a { background-color: rgb(113,1,146); }

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

border-color css

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

 span { border-color: rgb(113,1,146); }

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