Html Css Color HEX #8B0779 Purple

📋 copy color: '#8B0779'

red 139 ◦ green 7 ◦ blue 121

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

Shades of Purple #8B0779

Tints of Purple #8B0779

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.62%

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

R = 52.06%
G = 2.62%
B = 45.32%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.13

 K value IS 0.45

RGB Variations

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

Color information

#8B0779 (or 0x8B0779) is known color: Purple. HEX triplet: 8B, 07 and 79. RGB value is (139,7,121). Sum of RGB (Red+Green+Blue) = 139+7+121=267 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.06% from 267); Green value is 7 (3.12% from 255 or 2.62% from 267); Blue value is 121 (47.66% from 255 or 45.32% from 267); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0779 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0779 is #74F886. Grayscale: #3B3B3B. Windows color (decimal): -7665799 or 7931787. OLE color: 7931787.

HSL color Cylindrical-coordinate representation of color #8B0779: hue angle of 308.18º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8B0779 is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 7 121 -
CMYK 0 0.95 0.13 0.45
HSL 308.18º 0.9% 0.29% -
HSV(B) 308.18º 0.95% 0.55% -
XYZ 14.17 7.02 18.7 -
YUV 59.46 162.73 184.73 -
System Red Green Blue C M Y K H S L
Decimal 139 7 121 0 0.95 0.13 0.45 308.18 0.9 0.29
Hex 8B 7 79 0 5F D 2D 134 5A 1D
Octal 213 7 171 0 137 15 55 464 132 35
Binary 10001011 111 1111001 0 1011111 1101 101101 100110100 1011010 11101

Color Harmonies of #8B0779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0779

Black with #8B0779

Text Example


Text Example

White with #8B0779

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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