Html Css Color HEX #71018F Purple

📋 copy color: '#71018F'

red 113 ◦ green 1 ◦ blue 143

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

Shades of Purple #71018F

Tints of Purple #71018F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 55.64%

R = 43.97%
G = 0.39%
B = 55.64%

CMYK

 C value IS 0.21

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#71018F (or 0x71018F) is known color: Purple. HEX triplet: 71, 01 and 8F. RGB value is (113,1,143). Sum of RGB (Red+Green+Blue) = 113+1+143=257 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.97% from 257); Green value is 1 (0.78% from 255 or 0.39% from 257); Blue value is 143 (56.25% from 255 or 55.64% from 257); Max value from RGB is 143 - color contains mainly: blue. Hex color #71018F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71018F is #8EFE70. Grayscale: #323232. Windows color (decimal): -9371249 or 9372017. OLE color: 9372017.

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

Color convert

RGB 113 1 143 -
CMYK 0.21 0.99 0 0.44
HSL 287.32º 0.99% 0.28% -
HSV(B) 287.32º 0.99% 0.56% -
XYZ 11.78 5.52 26.43 -
YUV 50.68 180.11 172.45 -
System Red Green Blue C M Y K H S L
Decimal 113 1 143 0.21 0.99 0 0.44 287.32 0.99 0.28
Hex 71 1 8F 15 63 0 2C 11F 63 1C
Octal 161 1 217 25 143 0 54 437 143 34
Binary 1110001 1 10001111 10101 1100011 0 101100 100011111 1100011 11100

Color Harmonies of #71018F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71018F

Black with #71018F

Text Example


Text Example

White with #71018F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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