Html Css Color HEX #710092 Purple

📋 copy color: '#710092'

red 113 ◦ green 0 ◦ blue 146

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

Shades of Purple #710092

Tints of Purple #710092

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 43.63%
G = 0%
B = 56.37%

CMYK

 C value IS 0.23

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#710092 (or 0x710092) is known color: Purple. HEX triplet: 71, 00 and 92. RGB value is (113,0,146). Sum of RGB (Red+Green+Blue) = 113+0+146=259 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.63% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 146 (57.42% from 255 or 56.37% from 259); Max value from RGB is 146 - color contains mainly: blue. Hex color #710092 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710092 is #8EFF6D. Grayscale: #313131. Windows color (decimal): -9371502 or 9568369. OLE color: 9568369.

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

Color convert

RGB 113 0 146 -
CMYK 0.23 1 0 0.43
HSL 286.44º 1% 0.29% -
HSV(B) 286.44º 1% 0.57% -
XYZ 12 5.59 27.64 -
YUV 50.43 181.94 172.63 -
System Red Green Blue C M Y K H S L
Decimal 113 0 146 0.23 1 0 0.43 286.44 1 0.29
Hex 71 0 92 17 64 0 2B 11E 64 1D
Octal 161 0 222 27 144 0 53 436 144 35
Binary 1110001 0 10010010 10111 1100100 0 101011 100011110 1100100 11101

Color Harmonies of #710092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710092

Black with #710092

Text Example


Text Example

White with #710092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710092; }

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

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

background-color css

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

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

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

border-color css

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

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

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