Html Css Color HEX #71006C Purple

📋 copy color: '#71006C'

red 113 ◦ green 0 ◦ blue 108

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

Shades of Purple #71006C

Tints of Purple #71006C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 48.87%

R = 51.13%
G = 0%
B = 48.87%

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

#71006C (or 0x71006C) is known color: Purple. HEX triplet: 71, 00 and 6C. RGB value is (113,0,108). Sum of RGB (Red+Green+Blue) = 113+0+108=221 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.13% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 108 (42.58% from 255 or 48.87% from 221); Max value from RGB is 113 - color contains mainly: red. Hex color #71006C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71006C is #8EFF93. Grayscale: #2D2D2D. Windows color (decimal): -9371540 or 7078001. OLE color: 7078001.

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

Color convert

RGB 113 0 108 -
CMYK 0 1 0.04 0.56
HSL 302.65º 1% 0.22% -
HSV(B) 302.65º 1% 0.44% -
XYZ 9.52 4.59 14.57 -
YUV 46.1 162.94 175.72 -
System Red Green Blue C M Y K H S L
Decimal 113 0 108 0 1 0.04 0.56 302.65 1 0.22
Hex 71 0 6C 0 64 4 38 12F 64 16
Octal 161 0 154 0 144 4 70 457 144 26
Binary 1110001 0 1101100 0 1100100 100 111000 100101111 1100100 10110

Color Harmonies of #71006C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71006C

Black with #71006C

Text Example


Text Example

White with #71006C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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