Html Css Color HEX #8B0573 Purple

📋 copy color: '#8B0573'

red 139 ◦ green 5 ◦ blue 115

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

Shades of Purple #8B0573

Tints of Purple #8B0573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 44.4%

R = 53.67%
G = 1.93%
B = 44.4%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#8B0573 (or 0x8B0573) is known color: Purple. HEX triplet: 8B, 05 and 73. RGB value is (139,5,115). Sum of RGB (Red+Green+Blue) = 139+5+115=259 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.67% from 259); Green value is 5 (2.34% from 255 or 1.93% from 259); Blue value is 115 (45.31% from 255 or 44.40% from 259); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0573 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0573 is #74FA8C. Grayscale: #393939. Windows color (decimal): -7666317 or 7538059. OLE color: 7538059.

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

Color convert

RGB 139 5 115 -
CMYK 0 0.96 0.17 0.45
HSL 310.75º 0.93% 0.28% -
HSV(B) 310.75º 0.96% 0.55% -
XYZ 13.8 6.84 16.81 -
YUV 57.61 160.39 186.06 -
System Red Green Blue C M Y K H S L
Decimal 139 5 115 0 0.96 0.17 0.45 310.75 0.93 0.28
Hex 8B 5 73 0 60 11 2D 137 5D 1C
Octal 213 5 163 0 140 21 55 467 135 34
Binary 10001011 101 1110011 0 1100000 10001 101101 100110111 1011101 11100

Color Harmonies of #8B0573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0573

Black with #8B0573

Text Example


Text Example

White with #8B0573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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