Html Css Color HEX #71028F Purple

📋 copy color: '#71028F'

red 113 ◦ green 2 ◦ blue 143

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

Shades of Purple #71028F

Tints of Purple #71028F

RGB

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

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

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

R = 43.8%
G = 0.78%
B = 55.43%

CMYK

 C value IS 0.21

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#71028F (or 0x71028F) is known color: Purple. HEX triplet: 71, 02 and 8F. RGB value is (113,2,143). Sum of RGB (Red+Green+Blue) = 113+2+143=258 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.80% from 258); Green value is 2 (1.17% from 255 or 0.78% from 258); Blue value is 143 (56.25% from 255 or 55.43% from 258); Max value from RGB is 143 - color contains mainly: blue. Hex color #71028F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71028F is #8EFD70. Grayscale: #323232. Windows color (decimal): -9370993 or 9372273. OLE color: 9372273.

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

Color convert

RGB 113 2 143 -
CMYK 0.21 0.99 0 0.44
HSL 287.23º 0.97% 0.28% -
HSV(B) 287.23º 0.99% 0.56% -
XYZ 11.79 5.54 26.43 -
YUV 51.26 179.77 172.04 -
System Red Green Blue C M Y K H S L
Decimal 113 2 143 0.21 0.99 0 0.44 287.23 0.97 0.28
Hex 71 2 8F 15 63 0 2C 11F 61 1C
Octal 161 2 217 25 143 0 54 437 141 34
Binary 1110001 10 10001111 10101 1100011 0 101100 100011111 1100001 11100

Color Harmonies of #71028F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71028F

Black with #71028F

Text Example


Text Example

White with #71028F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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