Html Css Color HEX #71028A Purple

📋 copy color: '#71028A'

red 113 ◦ green 2 ◦ blue 138

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

Shades of Purple #71028A

Tints of Purple #71028A

RGB

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

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

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

R = 44.66%
G = 0.79%
B = 54.55%

CMYK

 C value IS 0.18

 M value IS 0.99

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#71028A (or 0x71028A) is known color: Purple. HEX triplet: 71, 02 and 8A. RGB value is (113,2,138). Sum of RGB (Red+Green+Blue) = 113+2+138=253 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.66% from 253); Green value is 2 (1.17% from 255 or 0.79% from 253); Blue value is 138 (54.30% from 255 or 54.55% from 253); Max value from RGB is 138 - color contains mainly: blue. Hex color #71028A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71028A is #8EFD75. Grayscale: #323232. Windows color (decimal): -9370998 or 9044593. OLE color: 9044593.

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

Color convert

RGB 113 2 138 -
CMYK 0.18 0.99 0 0.46
HSL 288.97º 0.97% 0.27% -
HSV(B) 288.97º 0.99% 0.54% -
XYZ 11.42 5.39 24.48 -
YUV 50.69 177.27 172.44 -
System Red Green Blue C M Y K H S L
Decimal 113 2 138 0.18 0.99 0 0.46 288.97 0.97 0.27
Hex 71 2 8A 12 63 0 2E 121 61 1B
Octal 161 2 212 22 143 0 56 441 141 33
Binary 1110001 10 10001010 10010 1100011 0 101110 100100001 1100001 11011

Color Harmonies of #71028A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71028A

Black with #71028A

Text Example


Text Example

White with #71028A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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