Html Css Color HEX #80257F Dark Purple

📋 copy color: '#80257F'

red 128 ◦ green 37 ◦ blue 127

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

Shades of Dark Purple #80257F

Tints of Dark Purple #80257F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 43.49%

R = 43.84%
G = 12.67%
B = 43.49%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.01

 K value IS 0.50

RGB Variations

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

Color information

#80257F (or 0x80257F) is known color: Dark Purple. HEX triplet: 80, 25 and 7F. RGB value is (128,37,127). Sum of RGB (Red+Green+Blue) = 128+37+127=292 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.84% from 292); Green value is 37 (14.84% from 255 or 12.67% from 292); Blue value is 127 (50% from 255 or 43.49% from 292); Max value from RGB is 128 - color contains mainly: red. Hex color #80257F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80257F is #7FDA80. Grayscale: #4A4A4A. Windows color (decimal): -8379009 or 8332672. OLE color: 8332672.

HSL color Cylindrical-coordinate representation of color #80257F: hue angle of 300.66º 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 #80257F is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 37 127 -
CMYK 0 0.71 0.01 0.50
HSL 300.66º 0.55% 0.32% -
HSV(B) 300.66º 0.71% 0.5% -
XYZ 13.39 7.44 20.81 -
YUV 74.47 157.65 166.18 -
System Red Green Blue C M Y K H S L
Decimal 128 37 127 0 0.71 0.01 0.50 300.66 0.55 0.32
Hex 80 25 7F 0 47 1 32 12D 37 20
Octal 200 45 177 0 107 1 62 455 67 40
Binary 10000000 100101 1111111 0 1000111 1 110010 100101101 110111 100000

Color Harmonies of #80257F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80257F

Black with #80257F

Text Example


Text Example

White with #80257F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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