Html Css Color HEX #71088A Purple

📋 copy color: '#71088A'

red 113 ◦ green 8 ◦ blue 138

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

Shades of Purple #71088A

Tints of Purple #71088A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 53.28%

R = 43.63%
G = 3.09%
B = 53.28%

CMYK

 C value IS 0.18

 M value IS 0.94

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#71088A (or 0x71088A) is known color: Purple. HEX triplet: 71, 08 and 8A. RGB value is (113,8,138). Sum of RGB (Red+Green+Blue) = 113+8+138=259 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.63% from 259); Green value is 8 (3.52% from 255 or 3.09% from 259); Blue value is 138 (54.30% from 255 or 53.28% from 259); Max value from RGB is 138 - color contains mainly: blue. Hex color #71088A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71088A is #8EF775. Grayscale: #353535. Windows color (decimal): -9369462 or 9046129. OLE color: 9046129.

HSL color Cylindrical-coordinate representation of color #71088A: hue angle of 288.46º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #71088A is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 113 8 138 -
CMYK 0.18 0.94 0 0.46
HSL 288.46º 0.89% 0.29% -
HSV(B) 288.46º 0.94% 0.54% -
XYZ 11.48 5.52 24.5 -
YUV 54.22 175.29 169.93 -
System Red Green Blue C M Y K H S L
Decimal 113 8 138 0.18 0.94 0 0.46 288.46 0.89 0.29
Hex 71 8 8A 12 5E 0 2E 120 59 1D
Octal 161 10 212 22 136 0 56 440 131 35
Binary 1110001 1000 10001010 10010 1011110 0 101110 100100000 1011001 11101

Color Harmonies of #71088A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71088A

Black with #71088A

Text Example


Text Example

White with #71088A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71088A; }

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

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

background-color css

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

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

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

border-color css

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

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

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