Html Css Color HEX #80257B Dark Purple

📋 copy color: '#80257B'

red 128 ◦ green 37 ◦ blue 123

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

Shades of Dark Purple #80257B

Tints of Dark Purple #80257B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.85%

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

R = 44.44%
G = 12.85%
B = 42.71%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.04

 K value IS 0.50

RGB Variations

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

Color information

#80257B (or 0x80257B) is known color: Dark Purple. HEX triplet: 80, 25 and 7B. RGB value is (128,37,123). Sum of RGB (Red+Green+Blue) = 128+37+123=288 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.44% from 288); Green value is 37 (14.84% from 255 or 12.85% from 288); Blue value is 123 (48.44% from 255 or 42.71% from 288); Max value from RGB is 128 - color contains mainly: red. Hex color #80257B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80257B is #7FDA84. Grayscale: #494949. Windows color (decimal): -8379013 or 8070528. OLE color: 8070528.

HSL color Cylindrical-coordinate representation of color #80257B: hue angle of 303.3º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #80257B is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 37 123 -
CMYK 0 0.71 0.04 0.50
HSL 303.3º 0.55% 0.32% -
HSV(B) 303.3º 0.71% 0.5% -
XYZ 13.14 7.34 19.46 -
YUV 74.01 155.65 166.51 -
System Red Green Blue C M Y K H S L
Decimal 128 37 123 0 0.71 0.04 0.50 303.3 0.55 0.32
Hex 80 25 7B 0 47 4 32 12F 37 20
Octal 200 45 173 0 107 4 62 457 67 40
Binary 10000000 100101 1111011 0 1000111 100 110010 100101111 110111 100000

Color Harmonies of #80257B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80257B

Black with #80257B

Text Example


Text Example

White with #80257B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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