Html Css Color HEX #71006D Purple

📋 copy color: '#71006D'

red 113 ◦ green 0 ◦ blue 109

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

Shades of Purple #71006D

Tints of Purple #71006D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 49.1%

R = 50.9%
G = 0%
B = 49.1%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#71006D (or 0x71006D) is known color: Purple. HEX triplet: 71, 00 and 6D. RGB value is (113,0,109). Sum of RGB (Red+Green+Blue) = 113+0+109=222 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.90% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 109 (42.97% from 255 or 49.10% from 222); Max value from RGB is 113 - color contains mainly: red. Hex color #71006D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71006D is #8EFF92. Grayscale: #2D2D2D. Windows color (decimal): -9371539 or 7143537. OLE color: 7143537.

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

Color convert

RGB 113 0 109 -
CMYK 0 1 0.04 0.56
HSL 302.12º 1% 0.22% -
HSV(B) 302.12º 1% 0.44% -
XYZ 9.57 4.61 14.85 -
YUV 46.21 163.44 175.64 -
System Red Green Blue C M Y K H S L
Decimal 113 0 109 0 1 0.04 0.56 302.12 1 0.22
Hex 71 0 6D 0 64 4 38 12E 64 16
Octal 161 0 155 0 144 4 70 456 144 26
Binary 1110001 0 1101101 0 1100100 100 111000 100101110 1100100 10110

Color Harmonies of #71006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71006D

Black with #71006D

Text Example


Text Example

White with #71006D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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