Html Css Color HEX #710088 Purple

📋 copy color: '#710088'

red 113 ◦ green 0 ◦ blue 136

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

Shades of Purple #710088

Tints of Purple #710088

RGB

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

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

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

R = 45.38%
G = 0%
B = 54.62%

CMYK

 C value IS 0.17

 M value IS 1

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#710088 (or 0x710088) is known color: Purple. HEX triplet: 71, 00 and 88. RGB value is (113,0,136). Sum of RGB (Red+Green+Blue) = 113+0+136=249 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.38% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 136 (53.52% from 255 or 54.62% from 249); Max value from RGB is 136 - color contains mainly: blue. Hex color #710088 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710088 is #8EFF77. Grayscale: #303030. Windows color (decimal): -9371512 or 8913009. OLE color: 8913009.

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

Color convert

RGB 113 0 136 -
CMYK 0.17 1 0 0.47
HSL 289.85º 1% 0.27% -
HSV(B) 289.85º 1% 0.53% -
XYZ 11.25 5.29 23.72 -
YUV 49.29 176.94 173.44 -
System Red Green Blue C M Y K H S L
Decimal 113 0 136 0.17 1 0 0.47 289.85 1 0.27
Hex 71 0 88 11 64 0 2F 122 64 1B
Octal 161 0 210 21 144 0 57 442 144 33
Binary 1110001 0 10001000 10001 1100100 0 101111 100100010 1100100 11011

Color Harmonies of #710088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710088

Black with #710088

Text Example


Text Example

White with #710088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710088; }

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

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

background-color css

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

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

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

border-color css

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

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

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