Html Css Color HEX #800388 Purple

📋 copy color: '#800388'

red 128 ◦ green 3 ◦ blue 136

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

Shades of Purple #800388

Tints of Purple #800388

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.12%

 BLUE value IS 136 (53.52% from 255) = 50.94%

R = 47.94%
G = 1.12%
B = 50.94%

CMYK

 C value IS 0.06

 M value IS 0.98

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#800388 (or 0x800388) is known color: Purple. HEX triplet: 80, 03 and 88. RGB value is (128,3,136). Sum of RGB (Red+Green+Blue) = 128+3+136=267 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.94% from 267); Green value is 3 (1.56% from 255 or 1.12% from 267); Blue value is 136 (53.52% from 255 or 50.94% from 267); Max value from RGB is 136 - color contains mainly: blue. Hex color #800388 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800388 is #7FFC77. Grayscale: #373737. Windows color (decimal): -8387704 or 8913792. OLE color: 8913792.

HSL color Cylindrical-coordinate representation of color #800388: hue angle of 296.39º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #800388 is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 128 3 136 -
CMYK 0.06 0.98 0 0.47
HSL 296.39º 0.96% 0.27% -
HSV(B) 296.39º 0.98% 0.53% -
XYZ 13.38 6.43 23.83 -
YUV 55.54 173.41 179.69 -
System Red Green Blue C M Y K H S L
Decimal 128 3 136 0.06 0.98 0 0.47 296.39 0.96 0.27
Hex 80 3 88 6 62 0 2F 128 60 1B
Octal 200 3 210 6 142 0 57 450 140 33
Binary 10000000 11 10001000 110 1100010 0 101111 100101000 1100000 11011

Color Harmonies of #800388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800388

Black with #800388

Text Example


Text Example

White with #800388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800388; }

 p { color: rgb(128,3,136); }

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

background-color css

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

 a { background-color: rgb(128,3,136); }

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

border-color css

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

 span { border-color: rgb(128,3,136); }

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