Html Css Color HEX #802267 Dark Purple

📋 copy color: '#802267'

red 128 ◦ green 34 ◦ blue 103

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

Shades of Dark Purple #802267

Tints of Dark Purple #802267

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.83%

 BLUE value IS 103 (40.63% from 255) = 38.87%

R = 48.3%
G = 12.83%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#802267 (or 0x802267) is known color: Dark Purple. HEX triplet: 80, 22 and 67. RGB value is (128,34,103). Sum of RGB (Red+Green+Blue) = 128+34+103=265 (35% of max value = 765). Red value is 128 (50.39% from 255 or 48.30% from 265); Green value is 34 (13.67% from 255 or 12.83% from 265); Blue value is 103 (40.62% from 255 or 38.87% from 265); Max value from RGB is 128 - color contains mainly: red. Hex color #802267 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802267 is #7FDD98. Grayscale: #454545. Windows color (decimal): -8379801 or 6759040. OLE color: 6759040.

HSL color Cylindrical-coordinate representation of color #802267: hue angle of 315.96º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #802267 is Cyan = 0, Magento = 0.73, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 34 103 -
CMYK 0 0.73 0.20 0.50
HSL 315.96º 0.58% 0.32% -
HSV(B) 315.96º 0.73% 0.5% -
XYZ 11.92 6.71 13.5 -
YUV 69.97 146.64 169.39 -
System Red Green Blue C M Y K H S L
Decimal 128 34 103 0 0.73 0.20 0.50 315.96 0.58 0.32
Hex 80 22 67 0 49 14 32 13C 3A 20
Octal 200 42 147 0 111 24 62 474 72 40
Binary 10000000 100010 1100111 0 1001001 10100 110010 100111100 111010 100000

Color Harmonies of #802267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802267

Black with #802267

Text Example


Text Example

White with #802267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802267; }

 p { color: rgb(128,34,103); }

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

background-color css

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

 a { background-color: rgb(128,34,103); }

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

border-color css

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

 span { border-color: rgb(128,34,103); }

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