Html Css Color HEX #71048F Purple

📋 copy color: '#71048F'

red 113 ◦ green 4 ◦ blue 143

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

Shades of Purple #71048F

Tints of Purple #71048F

RGB

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

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

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

R = 43.46%
G = 1.54%
B = 55%

CMYK

 C value IS 0.21

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#71048F (or 0x71048F) is known color: Purple. HEX triplet: 71, 04 and 8F. RGB value is (113,4,143). Sum of RGB (Red+Green+Blue) = 113+4+143=260 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.46% from 260); Green value is 4 (1.95% from 255 or 1.54% from 260); Blue value is 143 (56.25% from 255 or 55% from 260); Max value from RGB is 143 - color contains mainly: blue. Hex color #71048F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71048F is #8EFB70. Grayscale: #333333. Windows color (decimal): -9370481 or 9372785. OLE color: 9372785.

HSL color Cylindrical-coordinate representation of color #71048F: hue angle of 287.05º 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 #71048F is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 113 4 143 -
CMYK 0.21 0.97 0 0.44
HSL 287.05º 0.95% 0.29% -
HSV(B) 287.05º 0.97% 0.56% -
XYZ 11.81 5.58 26.44 -
YUV 52.44 179.11 171.2 -
System Red Green Blue C M Y K H S L
Decimal 113 4 143 0.21 0.97 0 0.44 287.05 0.95 0.29
Hex 71 4 8F 15 61 0 2C 11F 5F 1D
Octal 161 4 217 25 141 0 54 437 137 35
Binary 1110001 100 10001111 10101 1100001 0 101100 100011111 1011111 11101

Color Harmonies of #71048F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71048F

Black with #71048F

Text Example


Text Example

White with #71048F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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