Html Css Color HEX #802067 Dark Purple

📋 copy color: '#802067'

red 128 ◦ green 32 ◦ blue 103

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

Shades of Dark Purple #802067

Tints of Dark Purple #802067

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.17%

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

R = 48.67%
G = 12.17%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#802067 (or 0x802067) is known color: Dark Purple. HEX triplet: 80, 20 and 67. RGB value is (128,32,103). Sum of RGB (Red+Green+Blue) = 128+32+103=263 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.67% from 263); Green value is 32 (12.89% from 255 or 12.17% from 263); Blue value is 103 (40.62% from 255 or 39.16% from 263); Max value from RGB is 128 - color contains mainly: red. Hex color #802067 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802067 is #7FDF98. Grayscale: #444444. Windows color (decimal): -8380313 or 6758528. OLE color: 6758528.

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

Color convert

RGB 128 32 103 -
CMYK 0 0.75 0.20 0.50
HSL 315.63º 0.6% 0.31% -
HSV(B) 315.63º 0.75% 0.5% -
XYZ 11.87 6.6 13.48 -
YUV 68.8 147.3 170.23 -
System Red Green Blue C M Y K H S L
Decimal 128 32 103 0 0.75 0.20 0.50 315.63 0.6 0.31
Hex 80 20 67 0 4B 14 32 13C 3C 1F
Octal 200 40 147 0 113 24 62 474 74 37
Binary 10000000 100000 1100111 0 1001011 10100 110010 100111100 111100 11111

Color Harmonies of #802067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802067

Black with #802067

Text Example


Text Example

White with #802067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802067; }

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

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

background-color css

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

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

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

border-color css

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

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

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