Html Css Color HEX #80136B Dark Purple

📋 copy color: '#80136B'

red 128 ◦ green 19 ◦ blue 107

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

Shades of Dark Purple #80136B

Tints of Dark Purple #80136B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.48%

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

R = 50.39%
G = 7.48%
B = 42.13%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#80136B (or 0x80136B) is known color: Dark Purple. HEX triplet: 80, 13 and 6B. RGB value is (128,19,107). Sum of RGB (Red+Green+Blue) = 128+19+107=254 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.39% from 254); Green value is 19 (7.81% from 255 or 7.48% from 254); Blue value is 107 (42.19% from 255 or 42.13% from 254); Max value from RGB is 128 - color contains mainly: red. Hex color #80136B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80136B is #7FEC94. Grayscale: #3D3D3D. Windows color (decimal): -8383637 or 7017344. OLE color: 7017344.

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

Color convert

RGB 128 19 107 -
CMYK 0 0.85 0.16 0.50
HSL 311.56º 0.74% 0.29% -
HSV(B) 311.56º 0.85% 0.5% -
XYZ 11.79 6.12 14.47 -
YUV 61.62 153.61 175.34 -
System Red Green Blue C M Y K H S L
Decimal 128 19 107 0 0.85 0.16 0.50 311.56 0.74 0.29
Hex 80 13 6B 0 55 10 32 138 4A 1D
Octal 200 23 153 0 125 20 62 470 112 35
Binary 10000000 10011 1101011 0 1010101 10000 110010 100111000 1001010 11101

Color Harmonies of #80136B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80136B

Black with #80136B

Text Example


Text Example

White with #80136B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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