Html Css Color HEX #71048E Purple

📋 copy color: '#71048E'

red 113 ◦ green 4 ◦ blue 142

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

Shades of Purple #71048E

Tints of Purple #71048E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.54%

 BLUE value IS 142 (55.86% from 255) = 54.83%

R = 43.63%
G = 1.54%
B = 54.83%

CMYK

 C value IS 0.20

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#71048E (or 0x71048E) is known color: Purple. HEX triplet: 71, 04 and 8E. RGB value is (113,4,142). Sum of RGB (Red+Green+Blue) = 113+4+142=259 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.63% from 259); Green value is 4 (1.95% from 255 or 1.54% from 259); Blue value is 142 (55.86% from 255 or 54.83% from 259); Max value from RGB is 142 - color contains mainly: blue. Hex color #71048E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71048E is #8EFB71. Grayscale: #333333. Windows color (decimal): -9370482 or 9307249. OLE color: 9307249.

HSL color Cylindrical-coordinate representation of color #71048E: hue angle of 287.39º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #71048E is Cyan = 0.20, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 113 4 142 -
CMYK 0.20 0.97 0 0.44
HSL 287.39º 0.95% 0.29% -
HSV(B) 287.39º 0.97% 0.56% -
XYZ 11.74 5.55 26.04 -
YUV 52.32 178.61 171.28 -
System Red Green Blue C M Y K H S L
Decimal 113 4 142 0.20 0.97 0 0.44 287.39 0.95 0.29
Hex 71 4 8E 14 61 0 2C 11F 5F 1D
Octal 161 4 216 24 141 0 54 437 137 35
Binary 1110001 100 10001110 10100 1100001 0 101100 100011111 1011111 11101

Color Harmonies of #71048E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71048E

Black with #71048E

Text Example


Text Example

White with #71048E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71048E; }

 p { color: rgb(113,4,142); }

 H1.HeaderClassName
 {
   color: #71048E;
 }
 .AnyTagClassName
 {
   color: #71048E;
 }
</style>

background-color css

<style>
 a { background-color: #71048E; }

 a { background-color: rgb(113,4,142); }

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

border-color css

<style>
 span { border-color: #71048E; }

 span { border-color: rgb(113,4,142); }

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