Html Css Color HEX #80066B Purple

📋 copy color: '#80066B'

red 128 ◦ green 6 ◦ blue 107

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

Shades of Purple #80066B

Tints of Purple #80066B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.49%

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

R = 53.11%
G = 2.49%
B = 44.4%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#80066B (or 0x80066B) is known color: Purple. HEX triplet: 80, 06 and 6B. RGB value is (128,6,107). Sum of RGB (Red+Green+Blue) = 128+6+107=241 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.11% from 241); Green value is 6 (2.73% from 255 or 2.49% from 241); Blue value is 107 (42.19% from 255 or 44.40% from 241); Max value from RGB is 128 - color contains mainly: red. Hex color #80066B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80066B is #7FF994. Grayscale: #353535. Windows color (decimal): -8386965 or 7014016. OLE color: 7014016.

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

Color convert

RGB 128 6 107 -
CMYK 0 0.95 0.16 0.50
HSL 310.33º 0.91% 0.26% -
HSV(B) 310.33º 0.95% 0.5% -
XYZ 11.62 5.78 14.41 -
YUV 53.99 157.92 180.79 -
System Red Green Blue C M Y K H S L
Decimal 128 6 107 0 0.95 0.16 0.50 310.33 0.91 0.26
Hex 80 6 6B 0 5F 10 32 136 5B 1A
Octal 200 6 153 0 137 20 62 466 133 32
Binary 10000000 110 1101011 0 1011111 10000 110010 100110110 1011011 11010

Color Harmonies of #80066B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80066B

Black with #80066B

Text Example


Text Example

White with #80066B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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