Html Css Color HEX #8B0579 Purple

📋 copy color: '#8B0579'

red 139 ◦ green 5 ◦ blue 121

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

Shades of Purple #8B0579

Tints of Purple #8B0579

RGB

 RED value IS 139 (54.69% from 255) = 52.45%

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

 BLUE value IS 121 (47.66% from 255) = 45.66%

R = 52.45%
G = 1.89%
B = 45.66%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.13

 K value IS 0.45

RGB Variations

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

Color information

#8B0579 (or 0x8B0579) is known color: Purple. HEX triplet: 8B, 05 and 79. RGB value is (139,5,121). Sum of RGB (Red+Green+Blue) = 139+5+121=265 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.45% from 265); Green value is 5 (2.34% from 255 or 1.89% from 265); Blue value is 121 (47.66% from 255 or 45.66% from 265); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0579 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0579 is #74FA86. Grayscale: #393939. Windows color (decimal): -7666311 or 7931275. OLE color: 7931275.

HSL color Cylindrical-coordinate representation of color #8B0579: hue angle of 308.06º 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 #8B0579 is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 5 121 -
CMYK 0 0.96 0.13 0.45
HSL 308.06º 0.93% 0.28% -
HSV(B) 308.06º 0.96% 0.55% -
XYZ 14.15 6.98 18.69 -
YUV 58.29 163.39 185.57 -
System Red Green Blue C M Y K H S L
Decimal 139 5 121 0 0.96 0.13 0.45 308.06 0.93 0.28
Hex 8B 5 79 0 60 D 2D 134 5D 1C
Octal 213 5 171 0 140 15 55 464 135 34
Binary 10001011 101 1111001 0 1100000 1101 101101 100110100 1011101 11100

Color Harmonies of #8B0579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0579

Black with #8B0579

Text Example


Text Example

White with #8B0579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B0579; }

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

 H1.HeaderClassName
 {
   color: #8B0579;
 }
 .AnyTagClassName
 {
   color: #8B0579;
 }
</style>

background-color css

<style>
 a { background-color: #8B0579; }

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

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

border-color css

<style>
 span { border-color: #8B0579; }

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

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