Html Css Color HEX #80006B Purple

📋 copy color: '#80006B'

red 128 ◦ green 0 ◦ blue 107

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

Shades of Purple #80006B

Tints of Purple #80006B

RGB

 RED value IS 128 (50.39% from 255) = 54.47%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 107 (42.19% from 255) = 45.53%

R = 54.47%
G = 0%
B = 45.53%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#80006B (or 0x80006B) is known color: Purple. HEX triplet: 80, 00 and 6B. RGB value is (128,0,107). Sum of RGB (Red+Green+Blue) = 128+0+107=235 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.47% from 235); Green value is 0 (0.39% from 255 or 0% from 235); Blue value is 107 (42.19% from 255 or 45.53% from 235); Max value from RGB is 128 - color contains mainly: red. Hex color #80006B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80006B is #7FFF94. Grayscale: #323232. Windows color (decimal): -8388501 or 7012480. OLE color: 7012480.

HSL color Cylindrical-coordinate representation of color #80006B: hue angle of 309.84º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #80006B is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 0 107 -
CMYK 0 1 0.16 0.50
HSL 309.84º 1% 0.25% -
HSV(B) 309.84º 1% 0.5% -
XYZ 11.56 5.65 14.39 -
YUV 50.47 159.91 183.3 -
System Red Green Blue C M Y K H S L
Decimal 128 0 107 0 1 0.16 0.50 309.84 1 0.25
Hex 80 0 6B 0 64 10 32 136 64 19
Octal 200 0 153 0 144 20 62 466 144 31
Binary 10000000 0 1101011 0 1100100 10000 110010 100110110 1100100 11001

Color Harmonies of #80006B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80006B

Black with #80006B

Text Example


Text Example

White with #80006B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,0,107); }

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

background-color css

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

 a { background-color: rgb(128,0,107); }

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

border-color css

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

 span { border-color: rgb(128,0,107); }

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