Html Css Color HEX #71058B Purple

📋 copy color: '#71058B'

red 113 ◦ green 5 ◦ blue 139

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

Shades of Purple #71058B

Tints of Purple #71058B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.95%

 BLUE value IS 139 (54.69% from 255) = 54.09%

R = 43.97%
G = 1.95%
B = 54.09%

CMYK

 C value IS 0.19

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#71058B (or 0x71058B) is known color: Purple. HEX triplet: 71, 05 and 8B. RGB value is (113,5,139). Sum of RGB (Red+Green+Blue) = 113+5+139=257 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.97% from 257); Green value is 5 (2.34% from 255 or 1.95% from 257); Blue value is 139 (54.69% from 255 or 54.09% from 257); Max value from RGB is 139 - color contains mainly: blue. Hex color #71058B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71058B is #8EFA74. Grayscale: #343434. Windows color (decimal): -9370229 or 9110897. OLE color: 9110897.

HSL color Cylindrical-coordinate representation of color #71058B: hue angle of 288.36º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #71058B is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 113 5 139 -
CMYK 0.19 0.96 0 0.45
HSL 288.36º 0.93% 0.28% -
HSV(B) 288.36º 0.96% 0.55% -
XYZ 11.52 5.48 24.88 -
YUV 52.57 176.78 171.1 -
System Red Green Blue C M Y K H S L
Decimal 113 5 139 0.19 0.96 0 0.45 288.36 0.93 0.28
Hex 71 5 8B 13 60 0 2D 120 5D 1C
Octal 161 5 213 23 140 0 55 440 135 34
Binary 1110001 101 10001011 10011 1100000 0 101101 100100000 1011101 11100

Color Harmonies of #71058B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71058B

Black with #71058B

Text Example


Text Example

White with #71058B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71058B; }

 p { color: rgb(113,5,139); }

 H1.HeaderClassName
 {
   color: #71058B;
 }
 .AnyTagClassName
 {
   color: #71058B;
 }
</style>

background-color css

<style>
 a { background-color: #71058B; }

 a { background-color: rgb(113,5,139); }

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

border-color css

<style>
 span { border-color: #71058B; }

 span { border-color: rgb(113,5,139); }

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