Html Css Color HEX #71087D Purple

📋 copy color: '#71087D'

red 113 ◦ green 8 ◦ blue 125

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

Shades of Purple #71087D

Tints of Purple #71087D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 50.81%

R = 45.93%
G = 3.25%
B = 50.81%

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

#71087D (or 0x71087D) is known color: Purple. HEX triplet: 71, 08 and 7D. RGB value is (113,8,125). Sum of RGB (Red+Green+Blue) = 113+8+125=246 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.93% from 246); Green value is 8 (3.52% from 255 or 3.25% from 246); Blue value is 125 (49.22% from 255 or 50.81% from 246); Max value from RGB is 125 - color contains mainly: blue. Hex color #71087D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71087D is #8EF782. Grayscale: #343434. Windows color (decimal): -9369475 or 8194161. OLE color: 8194161.

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

Color convert

RGB 113 8 125 -
CMYK 0.10 0.94 0 0.51
HSL 293.85º 0.88% 0.26% -
HSV(B) 293.85º 0.94% 0.49% -
XYZ 10.6 5.17 19.84 -
YUV 52.73 168.79 170.99 -
System Red Green Blue C M Y K H S L
Decimal 113 8 125 0.10 0.94 0 0.51 293.85 0.88 0.26
Hex 71 8 7D A 5E 0 33 126 58 1A
Octal 161 10 175 12 136 0 63 446 130 32
Binary 1110001 1000 1111101 1010 1011110 0 110011 100100110 1011000 11010

Color Harmonies of #71087D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71087D

Black with #71087D

Text Example


Text Example

White with #71087D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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