Html Css Color HEX #8B0578 Purple

📋 copy color: '#8B0578'

red 139 ◦ green 5 ◦ blue 120

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

Shades of Purple #8B0578

Tints of Purple #8B0578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 45.45%

R = 52.65%
G = 1.89%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#8B0578 (or 0x8B0578) is known color: Purple. HEX triplet: 8B, 05 and 78. RGB value is (139,5,120). Sum of RGB (Red+Green+Blue) = 139+5+120=264 (34% of max value = 765). Red value is 139 (54.69% from 255 or 52.65% from 264); Green value is 5 (2.34% from 255 or 1.89% from 264); Blue value is 120 (47.27% from 255 or 45.45% from 264); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0578 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0578 is #74FA87. Grayscale: #393939. Windows color (decimal): -7666312 or 7865739. OLE color: 7865739.

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

Color convert

RGB 139 5 120 -
CMYK 0 0.96 0.14 0.45
HSL 308.51º 0.93% 0.28% -
HSV(B) 308.51º 0.96% 0.55% -
XYZ 14.09 6.95 18.37 -
YUV 58.18 162.89 185.65 -
System Red Green Blue C M Y K H S L
Decimal 139 5 120 0 0.96 0.14 0.45 308.51 0.93 0.28
Hex 8B 5 78 0 60 E 2D 135 5D 1C
Octal 213 5 170 0 140 16 55 465 135 34
Binary 10001011 101 1111000 0 1100000 1110 101101 100110101 1011101 11100

Color Harmonies of #8B0578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0578

Black with #8B0578

Text Example


Text Example

White with #8B0578

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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