Html Css Color HEX #801362 Dark Purple

📋 copy color: '#801362'

red 128 ◦ green 19 ◦ blue 98

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

Shades of Dark Purple #801362

Tints of Dark Purple #801362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 40%

R = 52.24%
G = 7.76%
B = 40%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.23

 K value IS 0.50

RGB Variations

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

Color information

#801362 (or 0x801362) is known color: Dark Purple. HEX triplet: 80, 13 and 62. RGB value is (128,19,98). Sum of RGB (Red+Green+Blue) = 128+19+98=245 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.24% from 245); Green value is 19 (7.81% from 255 or 7.76% from 245); Blue value is 98 (38.67% from 255 or 40% from 245); Max value from RGB is 128 - color contains mainly: red. Hex color #801362 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #801362 is #7FEC9D. Grayscale: #3C3C3C. Windows color (decimal): -8383646 or 6427520. OLE color: 6427520.

HSL color Cylindrical-coordinate representation of color #801362: hue angle of 316.51º 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 #801362 is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 19 98 -
CMYK 0 0.85 0.23 0.50
HSL 316.51º 0.74% 0.29% -
HSV(B) 316.51º 0.85% 0.5% -
XYZ 11.34 5.94 12.1 -
YUV 60.6 149.11 176.08 -
System Red Green Blue C M Y K H S L
Decimal 128 19 98 0 0.85 0.23 0.50 316.51 0.74 0.29
Hex 80 13 62 0 55 17 32 13D 4A 1D
Octal 200 23 142 0 125 27 62 475 112 35
Binary 10000000 10011 1100010 0 1010101 10111 110010 100111101 1001010 11101

Color Harmonies of #801362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801362

Black with #801362

Text Example


Text Example

White with #801362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801362; }

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

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

background-color css

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

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

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

border-color css

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

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

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