Html Css Color HEX #800283 Purple

📋 copy color: '#800283'

red 128 ◦ green 2 ◦ blue 131

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

Shades of Purple #800283

Tints of Purple #800283

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.77%

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

R = 49.04%
G = 0.77%
B = 50.19%

CMYK

 C value IS 0.02

 M value IS 0.98

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#800283 (or 0x800283) is known color: Purple. HEX triplet: 80, 02 and 83. RGB value is (128,2,131). Sum of RGB (Red+Green+Blue) = 128+2+131=261 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.04% from 261); Green value is 2 (1.17% from 255 or 0.77% from 261); Blue value is 131 (51.56% from 255 or 50.19% from 261); Max value from RGB is 131 - color contains mainly: blue. Hex color #800283 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800283 is #7FFD7C. Grayscale: #353535. Windows color (decimal): -8387965 or 8585856. OLE color: 8585856.

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

Color convert

RGB 128 2 131 -
CMYK 0.02 0.98 0 0.49
HSL 298.6º 0.97% 0.26% -
HSV(B) 298.6º 0.98% 0.51% -
XYZ 13.02 6.27 22 -
YUV 54.38 171.24 180.51 -
System Red Green Blue C M Y K H S L
Decimal 128 2 131 0.02 0.98 0 0.49 298.6 0.97 0.26
Hex 80 2 83 2 62 0 31 12B 61 1A
Octal 200 2 203 2 142 0 61 453 141 32
Binary 10000000 10 10000011 10 1100010 0 110001 100101011 1100001 11010

Color Harmonies of #800283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800283

Black with #800283

Text Example


Text Example

White with #800283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800283; }

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

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

background-color css

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

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

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

border-color css

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

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

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