Html Css Color HEX #710188 Purple

📋 copy color: '#710188'

red 113 ◦ green 1 ◦ blue 136

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

Shades of Purple #710188

Tints of Purple #710188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 54.4%

R = 45.2%
G = 0.4%
B = 54.4%

CMYK

 C value IS 0.17

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#710188 (or 0x710188) is known color: Purple. HEX triplet: 71, 01 and 88. RGB value is (113,1,136). Sum of RGB (Red+Green+Blue) = 113+1+136=250 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.2% from 250); Green value is 1 (0.78% from 255 or 0.4% from 250); Blue value is 136 (53.52% from 255 or 54.4% from 250); Max value from RGB is 136 - color contains mainly: blue. Hex color #710188 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710188 is #8EFE77. Grayscale: #313131. Windows color (decimal): -9371256 or 8913265. OLE color: 8913265.

HSL color Cylindrical-coordinate representation of color #710188: hue angle of 289.78º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #710188 is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 113 1 136 -
CMYK 0.17 0.99 0 0.47
HSL 289.78º 0.99% 0.27% -
HSV(B) 289.78º 0.99% 0.53% -
XYZ 11.26 5.31 23.72 -
YUV 49.88 176.61 173.02 -
System Red Green Blue C M Y K H S L
Decimal 113 1 136 0.17 0.99 0 0.47 289.78 0.99 0.27
Hex 71 1 88 11 63 0 2F 122 63 1B
Octal 161 1 210 21 143 0 57 442 143 33
Binary 1110001 1 10001000 10001 1100011 0 101111 100100010 1100011 11011

Color Harmonies of #710188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710188

Black with #710188

Text Example


Text Example

White with #710188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710188; }

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

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

background-color css

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

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

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

border-color css

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

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

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