Html Css Color HEX #71006E Purple

📋 copy color: '#71006E'

red 113 ◦ green 0 ◦ blue 110

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

Shades of Purple #71006E

Tints of Purple #71006E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 49.33%

R = 50.67%
G = 0%
B = 49.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#71006E (or 0x71006E) is known color: Purple. HEX triplet: 71, 00 and 6E. RGB value is (113,0,110). Sum of RGB (Red+Green+Blue) = 113+0+110=223 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.67% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 110 (43.36% from 255 or 49.33% from 223); Max value from RGB is 113 - color contains mainly: red. Hex color #71006E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71006E is #8EFF91. Grayscale: #2E2E2E. Windows color (decimal): -9371538 or 7209073. OLE color: 7209073.

HSL color Cylindrical-coordinate representation of color #71006E: hue angle of 301.59º 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 #71006E is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 0 110 -
CMYK 0 1 0.03 0.56
HSL 301.59º 1% 0.22% -
HSV(B) 301.59º 1% 0.44% -
XYZ 9.62 4.64 15.14 -
YUV 46.33 163.94 175.56 -
System Red Green Blue C M Y K H S L
Decimal 113 0 110 0 1 0.03 0.56 301.59 1 0.22
Hex 71 0 6E 0 64 3 38 12E 64 16
Octal 161 0 156 0 144 3 70 456 144 26
Binary 1110001 0 1101110 0 1100100 11 111000 100101110 1100100 10110

Color Harmonies of #71006E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71006E

Black with #71006E

Text Example


Text Example

White with #71006E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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