Html Css Color HEX #71005E Purple

📋 copy color: '#71005E'

red 113 ◦ green 0 ◦ blue 94

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

Shades of Purple #71005E

Tints of Purple #71005E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 94 (37.11% from 255) = 45.41%

R = 54.59%
G = 0%
B = 45.41%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#71005E (or 0x71005E) is known color: Purple. HEX triplet: 71, 00 and 5E. RGB value is (113,0,94). Sum of RGB (Red+Green+Blue) = 113+0+94=207 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.59% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 94 (37.11% from 255 or 45.41% from 207); Max value from RGB is 113 - color contains mainly: red. Hex color #71005E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71005E is #8EFFA1. Grayscale: #2C2C2C. Windows color (decimal): -9371554 or 6160497. OLE color: 6160497.

HSL color Cylindrical-coordinate representation of color #71005E: hue angle of 310.09º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #71005E is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 0 94 -
CMYK 0 1 0.17 0.56
HSL 310.09º 1% 0.22% -
HSV(B) 310.09º 1% 0.44% -
XYZ 8.83 4.32 10.96 -
YUV 44.5 155.94 176.86 -
System Red Green Blue C M Y K H S L
Decimal 113 0 94 0 1 0.17 0.56 310.09 1 0.22
Hex 71 0 5E 0 64 11 38 136 64 16
Octal 161 0 136 0 144 21 70 466 144 26
Binary 1110001 0 1011110 0 1100100 10001 111000 100110110 1100100 10110

Color Harmonies of #71005E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71005E

Black with #71005E

Text Example


Text Example

White with #71005E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71005E; }

 p { color: rgb(113,0,94); }

 H1.HeaderClassName
 {
   color: #71005E;
 }
 .AnyTagClassName
 {
   color: #71005E;
 }
</style>

background-color css

<style>
 a { background-color: #71005E; }

 a { background-color: rgb(113,0,94); }

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

border-color css

<style>
 span { border-color: #71005E; }

 span { border-color: rgb(113,0,94); }

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