Html Css Color HEX #71088B Purple

📋 copy color: '#71088B'

red 113 ◦ green 8 ◦ blue 139

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

Shades of Purple #71088B

Tints of Purple #71088B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 53.46%

R = 43.46%
G = 3.08%
B = 53.46%

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

#71088B (or 0x71088B) is known color: Purple. HEX triplet: 71, 08 and 8B. RGB value is (113,8,139). Sum of RGB (Red+Green+Blue) = 113+8+139=260 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.46% from 260); Green value is 8 (3.52% from 255 or 3.08% from 260); Blue value is 139 (54.69% from 255 or 53.46% from 260); Max value from RGB is 139 - color contains mainly: blue. Hex color #71088B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71088B is #8EF774. Grayscale: #353535. Windows color (decimal): -9369461 or 9111665. OLE color: 9111665.

HSL color Cylindrical-coordinate representation of color #71088B: hue angle of 288.09º 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 #71088B is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 113 8 139 -
CMYK 0.19 0.94 0 0.45
HSL 288.09º 0.89% 0.29% -
HSV(B) 288.09º 0.94% 0.55% -
XYZ 11.56 5.55 24.89 -
YUV 54.33 175.79 169.85 -
System Red Green Blue C M Y K H S L
Decimal 113 8 139 0.19 0.94 0 0.45 288.09 0.89 0.29
Hex 71 8 8B 13 5E 0 2D 120 59 1D
Octal 161 10 213 23 136 0 55 440 131 35
Binary 1110001 1000 10001011 10011 1011110 0 101101 100100000 1011001 11101

Color Harmonies of #71088B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71088B

Black with #71088B

Text Example


Text Example

White with #71088B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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