Html Css Color HEX #801283 Purple

📋 copy color: '#801283'

red 128 ◦ green 18 ◦ blue 131

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

Shades of Purple #801283

Tints of Purple #801283

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.5%

 BLUE value IS 131 (51.56% from 255) = 47.29%

R = 46.21%
G = 6.5%
B = 47.29%

CMYK

 C value IS 0.02

 M value IS 0.86

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#801283 (or 0x801283) is known color: Purple. HEX triplet: 80, 12 and 83. RGB value is (128,18,131). Sum of RGB (Red+Green+Blue) = 128+18+131=277 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.21% from 277); Green value is 18 (7.42% from 255 or 6.50% from 277); Blue value is 131 (51.56% from 255 or 47.29% from 277); Max value from RGB is 131 - color contains mainly: blue. Hex color #801283 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801283 is #7FED7C. Grayscale: #3F3F3F. Windows color (decimal): -8383869 or 8589952. OLE color: 8589952.

HSL color Cylindrical-coordinate representation of color #801283: hue angle of 298.41º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #801283 is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 128 18 131 -
CMYK 0.02 0.86 0 0.49
HSL 298.41º 0.76% 0.29% -
HSV(B) 298.41º 0.86% 0.51% -
XYZ 13.22 6.66 22.06 -
YUV 63.77 165.94 173.81 -
System Red Green Blue C M Y K H S L
Decimal 128 18 131 0.02 0.86 0 0.49 298.41 0.76 0.29
Hex 80 12 83 2 56 0 31 12A 4C 1D
Octal 200 22 203 2 126 0 61 452 114 35
Binary 10000000 10010 10000011 10 1010110 0 110001 100101010 1001100 11101

Color Harmonies of #801283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801283

Black with #801283

Text Example


Text Example

White with #801283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801283; }

 p { color: rgb(128,18,131); }

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

background-color css

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

 a { background-color: rgb(128,18,131); }

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

border-color css

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

 span { border-color: rgb(128,18,131); }

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