Html Css Color HEX #71015F Purple

📋 copy color: '#71015F'

red 113 ◦ green 1 ◦ blue 95

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

Shades of Purple #71015F

Tints of Purple #71015F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 45.45%

R = 54.07%
G = 0.48%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#71015F (or 0x71015F) is known color: Purple. HEX triplet: 71, 01 and 5F. RGB value is (113,1,95). Sum of RGB (Red+Green+Blue) = 113+1+95=209 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.07% from 209); Green value is 1 (0.78% from 255 or 0.48% from 209); Blue value is 95 (37.5% from 255 or 45.45% from 209); Max value from RGB is 113 - color contains mainly: red. Hex color #71015F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71015F is #8EFEA0. Grayscale: #2C2C2C. Windows color (decimal): -9371297 or 6226289. OLE color: 6226289.

HSL color Cylindrical-coordinate representation of color #71015F: hue angle of 309.64º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #71015F is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 1 95 -
CMYK 0 0.99 0.16 0.56
HSL 309.64º 0.98% 0.22% -
HSV(B) 309.64º 0.99% 0.44% -
XYZ 8.89 4.36 11.2 -
YUV 45.2 156.11 176.36 -
System Red Green Blue C M Y K H S L
Decimal 113 1 95 0 0.99 0.16 0.56 309.64 0.98 0.22
Hex 71 1 5F 0 63 10 38 136 62 16
Octal 161 1 137 0 143 20 70 466 142 26
Binary 1110001 1 1011111 0 1100011 10000 111000 100110110 1100010 10110

Color Harmonies of #71015F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71015F

Black with #71015F

Text Example


Text Example

White with #71015F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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