Html Css Color HEX #710183 Purple

📋 copy color: '#710183'

red 113 ◦ green 1 ◦ blue 131

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

Shades of Purple #710183

Tints of Purple #710183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 53.47%

R = 46.12%
G = 0.41%
B = 53.47%

CMYK

 C value IS 0.14

 M value IS 0.99

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#710183 (or 0x710183) is known color: Purple. HEX triplet: 71, 01 and 83. RGB value is (113,1,131). Sum of RGB (Red+Green+Blue) = 113+1+131=245 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.12% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 131 (51.56% from 255 or 53.47% from 245); Max value from RGB is 131 - color contains mainly: blue. Hex color #710183 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710183 is #8EFE7C. Grayscale: #303030. Windows color (decimal): -9371261 or 8585585. OLE color: 8585585.

HSL color Cylindrical-coordinate representation of color #710183: hue angle of 291.69º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #710183 is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 1 131 -
CMYK 0.14 0.99 0 0.49
HSL 291.69º 0.98% 0.26% -
HSV(B) 291.69º 0.99% 0.51% -
XYZ 10.92 5.17 21.9 -
YUV 49.31 174.11 173.43 -
System Red Green Blue C M Y K H S L
Decimal 113 1 131 0.14 0.99 0 0.49 291.69 0.98 0.26
Hex 71 1 83 E 63 0 31 124 62 1A
Octal 161 1 203 16 143 0 61 444 142 32
Binary 1110001 1 10000011 1110 1100011 0 110001 100100100 1100010 11010

Color Harmonies of #710183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710183

Black with #710183

Text Example


Text Example

White with #710183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710183; }

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

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

background-color css

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

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

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

border-color css

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

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

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