Html Css Color HEX #71087E Purple

📋 copy color: '#71087E'

red 113 ◦ green 8 ◦ blue 126

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

Shades of Purple #71087E

Tints of Purple #71087E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.24%

 BLUE value IS 126 (49.61% from 255) = 51.01%

R = 45.75%
G = 3.24%
B = 51.01%

CMYK

 C value IS 0.10

 M value IS 0.94

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#71087E (or 0x71087E) is known color: Purple. HEX triplet: 71, 08 and 7E. RGB value is (113,8,126). Sum of RGB (Red+Green+Blue) = 113+8+126=247 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.75% from 247); Green value is 8 (3.52% from 255 or 3.24% from 247); Blue value is 126 (49.61% from 255 or 51.01% from 247); Max value from RGB is 126 - color contains mainly: blue. Hex color #71087E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71087E is #8EF781. Grayscale: #343434. Windows color (decimal): -9369474 or 8259697. OLE color: 8259697.

HSL color Cylindrical-coordinate representation of color #71087E: hue angle of 293.39º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #71087E is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 113 8 126 -
CMYK 0.10 0.94 0 0.51
HSL 293.39º 0.88% 0.26% -
HSV(B) 293.39º 0.94% 0.49% -
XYZ 10.66 5.19 20.18 -
YUV 52.85 169.29 170.91 -
System Red Green Blue C M Y K H S L
Decimal 113 8 126 0.10 0.94 0 0.51 293.39 0.88 0.26
Hex 71 8 7E A 5E 0 33 125 58 1A
Octal 161 10 176 12 136 0 63 445 130 32
Binary 1110001 1000 1111110 1010 1011110 0 110011 100100101 1011000 11010

Color Harmonies of #71087E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71087E

Black with #71087E

Text Example


Text Example

White with #71087E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71087E; }

 p { color: rgb(113,8,126); }

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

background-color css

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

 a { background-color: rgb(113,8,126); }

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

border-color css

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

 span { border-color: rgb(113,8,126); }

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