Html Css Color HEX #71088C Purple

📋 copy color: '#71088C'

red 113 ◦ green 8 ◦ blue 140

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

Shades of Purple #71088C

Tints of Purple #71088C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 53.64%

R = 43.3%
G = 3.07%
B = 53.64%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#71088C (or 0x71088C) is known color: Purple. HEX triplet: 71, 08 and 8C. RGB value is (113,8,140). Sum of RGB (Red+Green+Blue) = 113+8+140=261 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.30% from 261); Green value is 8 (3.52% from 255 or 3.07% from 261); Blue value is 140 (55.08% from 255 or 53.64% from 261); Max value from RGB is 140 - color contains mainly: blue. Hex color #71088C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71088C is #8EF773. Grayscale: #363636. Windows color (decimal): -9369460 or 9177201. OLE color: 9177201.

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

Color convert

RGB 113 8 140 -
CMYK 0.19 0.94 0 0.45
HSL 287.73º 0.89% 0.29% -
HSV(B) 287.73º 0.94% 0.55% -
XYZ 11.63 5.58 25.27 -
YUV 54.44 176.29 169.77 -
System Red Green Blue C M Y K H S L
Decimal 113 8 140 0.19 0.94 0 0.45 287.73 0.89 0.29
Hex 71 8 8C 13 5E 0 2D 120 59 1D
Octal 161 10 214 23 136 0 55 440 131 35
Binary 1110001 1000 10001100 10011 1011110 0 101101 100100000 1011001 11101

Color Harmonies of #71088C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71088C

Black with #71088C

Text Example


Text Example

White with #71088C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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