Html Css Color HEX #71087C Purple

📋 copy color: '#71087C'

red 113 ◦ green 8 ◦ blue 124

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

Shades of Purple #71087C

Tints of Purple #71087C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 50.61%

R = 46.12%
G = 3.27%
B = 50.61%

CMYK

 C value IS 0.09

 M value IS 0.94

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#71087C (or 0x71087C) is known color: Purple. HEX triplet: 71, 08 and 7C. RGB value is (113,8,124). Sum of RGB (Red+Green+Blue) = 113+8+124=245 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.12% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 124 (48.83% from 255 or 50.61% from 245); Max value from RGB is 124 - color contains mainly: blue. Hex color #71087C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71087C is #8EF783. Grayscale: #343434. Windows color (decimal): -9369476 or 8128625. OLE color: 8128625.

HSL color Cylindrical-coordinate representation of color #71087C: hue angle of 294.31º 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 #71087C is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 113 8 124 -
CMYK 0.09 0.94 0 0.51
HSL 294.31º 0.88% 0.26% -
HSV(B) 294.31º 0.94% 0.49% -
XYZ 10.53 5.14 19.51 -
YUV 52.62 168.29 171.07 -
System Red Green Blue C M Y K H S L
Decimal 113 8 124 0.09 0.94 0 0.51 294.31 0.88 0.26
Hex 71 8 7C 9 5E 0 33 126 58 1A
Octal 161 10 174 11 136 0 63 446 130 32
Binary 1110001 1000 1111100 1001 1011110 0 110011 100100110 1011000 11010

Color Harmonies of #71087C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71087C

Black with #71087C

Text Example


Text Example

White with #71087C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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