Html Css Color HEX #80337B Dark Purple

📋 copy color: '#80337B'

red 128 ◦ green 51 ◦ blue 123

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

Shades of Dark Purple #80337B

Tints of Dark Purple #80337B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.89%

 BLUE value IS 123 (48.44% from 255) = 40.73%

R = 42.38%
G = 16.89%
B = 40.73%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.04

 K value IS 0.50

RGB Variations

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

Color information

#80337B (or 0x80337B) is known color: Dark Purple. HEX triplet: 80, 33 and 7B. RGB value is (128,51,123). Sum of RGB (Red+Green+Blue) = 128+51+123=302 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.38% from 302); Green value is 51 (20.31% from 255 or 16.89% from 302); Blue value is 123 (48.44% from 255 or 40.73% from 302); Max value from RGB is 128 - color contains mainly: red. Hex color #80337B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80337B is #7FCC84. Grayscale: #525252. Windows color (decimal): -8375429 or 8074112. OLE color: 8074112.

HSL color Cylindrical-coordinate representation of color #80337B: hue angle of 303.9º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #80337B is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 51 123 -
CMYK 0 0.60 0.04 0.50
HSL 303.9º 0.43% 0.35% -
HSV(B) 303.9º 0.6% 0.5% -
XYZ 13.66 8.39 19.64 -
YUV 82.23 151.01 160.65 -
System Red Green Blue C M Y K H S L
Decimal 128 51 123 0 0.60 0.04 0.50 303.9 0.43 0.35
Hex 80 33 7B 0 3C 4 32 130 2B 23
Octal 200 63 173 0 74 4 62 460 53 43
Binary 10000000 110011 1111011 0 111100 100 110010 100110000 101011 100011

Color Harmonies of #80337B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80337B

Black with #80337B

Text Example


Text Example

White with #80337B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,51,123); }

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

background-color css

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

 a { background-color: rgb(128,51,123); }

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

border-color css

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

 span { border-color: rgb(128,51,123); }

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