Html Css Color HEX #71028E Purple

📋 copy color: '#71028E'

red 113 ◦ green 2 ◦ blue 142

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

Shades of Purple #71028E

Tints of Purple #71028E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.78%

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

R = 43.97%
G = 0.78%
B = 55.25%

CMYK

 C value IS 0.20

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#71028E (or 0x71028E) is known color: Purple. HEX triplet: 71, 02 and 8E. RGB value is (113,2,142). Sum of RGB (Red+Green+Blue) = 113+2+142=257 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.97% from 257); Green value is 2 (1.17% from 255 or 0.78% from 257); Blue value is 142 (55.86% from 255 or 55.25% from 257); Max value from RGB is 142 - color contains mainly: blue. Hex color #71028E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71028E is #8EFD71. Grayscale: #323232. Windows color (decimal): -9370994 or 9306737. OLE color: 9306737.

HSL color Cylindrical-coordinate representation of color #71028E: hue angle of 287.57º degrees, saturation: 0.97, 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 #71028E is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 113 2 142 -
CMYK 0.20 0.99 0 0.44
HSL 287.57º 0.97% 0.28% -
HSV(B) 287.57º 0.99% 0.56% -
XYZ 11.71 5.51 26.04 -
YUV 51.15 179.27 172.12 -
System Red Green Blue C M Y K H S L
Decimal 113 2 142 0.20 0.99 0 0.44 287.57 0.97 0.28
Hex 71 2 8E 14 63 0 2C 120 61 1C
Octal 161 2 216 24 143 0 54 440 141 34
Binary 1110001 10 10001110 10100 1100011 0 101100 100100000 1100001 11100

Color Harmonies of #71028E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71028E

Black with #71028E

Text Example


Text Example

White with #71028E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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