Html Css Color HEX #71006F Purple

📋 copy color: '#71006F'

red 113 ◦ green 0 ◦ blue 111

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

Shades of Purple #71006F

Tints of Purple #71006F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 49.55%

R = 50.45%
G = 0%
B = 49.55%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#71006F (or 0x71006F) is known color: Purple. HEX triplet: 71, 00 and 6F. RGB value is (113,0,111). Sum of RGB (Red+Green+Blue) = 113+0+111=224 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.45% from 224); Green value is 0 (0.39% from 255 or 0% from 224); Blue value is 111 (43.75% from 255 or 49.55% from 224); Max value from RGB is 113 - color contains mainly: red. Hex color #71006F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71006F is #8EFF90. Grayscale: #2E2E2E. Windows color (decimal): -9371537 or 7274609. OLE color: 7274609.

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

Color convert

RGB 113 0 111 -
CMYK 0 1 0.02 0.56
HSL 301.06º 1% 0.22% -
HSV(B) 301.06º 1% 0.44% -
XYZ 9.68 4.66 15.43 -
YUV 46.44 164.44 175.47 -
System Red Green Blue C M Y K H S L
Decimal 113 0 111 0 1 0.02 0.56 301.06 1 0.22
Hex 71 0 6F 0 64 2 38 12D 64 16
Octal 161 0 157 0 144 2 70 455 144 26
Binary 1110001 0 1101111 0 1100100 10 111000 100101101 1100100 10110

Color Harmonies of #71006F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71006F

Black with #71006F

Text Example


Text Example

White with #71006F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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