Html Css Color HEX #71048A Purple

📋 copy color: '#71048A'

red 113 ◦ green 4 ◦ blue 138

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

Shades of Purple #71048A

Tints of Purple #71048A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 54.12%

R = 44.31%
G = 1.57%
B = 54.12%

CMYK

 C value IS 0.18

 M value IS 0.97

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#71048A (or 0x71048A) is known color: Purple. HEX triplet: 71, 04 and 8A. RGB value is (113,4,138). Sum of RGB (Red+Green+Blue) = 113+4+138=255 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.31% from 255); Green value is 4 (1.95% from 255 or 1.57% from 255); Blue value is 138 (54.30% from 255 or 54.12% from 255); Max value from RGB is 138 - color contains mainly: blue. Hex color #71048A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71048A is #8EFB75. Grayscale: #333333. Windows color (decimal): -9370486 or 9045105. OLE color: 9045105.

HSL color Cylindrical-coordinate representation of color #71048A: hue angle of 288.81º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #71048A is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 113 4 138 -
CMYK 0.18 0.97 0 0.46
HSL 288.81º 0.94% 0.28% -
HSV(B) 288.81º 0.97% 0.54% -
XYZ 11.44 5.43 24.49 -
YUV 51.87 176.61 171.6 -
System Red Green Blue C M Y K H S L
Decimal 113 4 138 0.18 0.97 0 0.46 288.81 0.94 0.28
Hex 71 4 8A 12 61 0 2E 121 5E 1C
Octal 161 4 212 22 141 0 56 441 136 34
Binary 1110001 100 10001010 10010 1100001 0 101110 100100001 1011110 11100

Color Harmonies of #71048A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71048A

Black with #71048A

Text Example


Text Example

White with #71048A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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