Html Css Color HEX #71017A Purple

📋 copy color: '#71017A'

red 113 ◦ green 1 ◦ blue 122

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

Shades of Purple #71017A

Tints of Purple #71017A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

 BLUE value IS 122 (48.05% from 255) = 51.69%

R = 47.88%
G = 0.42%
B = 51.69%

CMYK

 C value IS 0.07

 M value IS 0.99

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#71017A (or 0x71017A) is known color: Purple. HEX triplet: 71, 01 and 7A. RGB value is (113,1,122). Sum of RGB (Red+Green+Blue) = 113+1+122=236 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.88% from 236); Green value is 1 (0.78% from 255 or 0.42% from 236); Blue value is 122 (48.05% from 255 or 51.69% from 236); Max value from RGB is 122 - color contains mainly: blue. Hex color #71017A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71017A is #8EFE85. Grayscale: #2F2F2F. Windows color (decimal): -9371270 or 7995761. OLE color: 7995761.

HSL color Cylindrical-coordinate representation of color #71017A: hue angle of 295.54º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #71017A is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 113 1 122 -
CMYK 0.07 0.99 0 0.52
HSL 295.54º 0.98% 0.24% -
HSV(B) 295.54º 0.99% 0.48% -
XYZ 10.33 4.94 18.82 -
YUV 48.28 169.61 174.16 -
System Red Green Blue C M Y K H S L
Decimal 113 1 122 0.07 0.99 0 0.52 295.54 0.98 0.24
Hex 71 1 7A 7 63 0 34 128 62 18
Octal 161 1 172 7 143 0 64 450 142 30
Binary 1110001 1 1111010 111 1100011 0 110100 100101000 1100010 11000

Color Harmonies of #71017A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71017A

Black with #71017A

Text Example


Text Example

White with #71017A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71017A; }

 p { color: rgb(113,1,122); }

 H1.HeaderClassName
 {
   color: #71017A;
 }
 .AnyTagClassName
 {
   color: #71017A;
 }
</style>

background-color css

<style>
 a { background-color: #71017A; }

 a { background-color: rgb(113,1,122); }

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

border-color css

<style>
 span { border-color: #71017A; }

 span { border-color: rgb(113,1,122); }

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