Html Css Color HEX #802967 Dark Purple

📋 copy color: '#802967'

red 128 ◦ green 41 ◦ blue 103

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

Shades of Dark Purple #802967

Tints of Dark Purple #802967

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.07%

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

R = 47.06%
G = 15.07%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#802967 (or 0x802967) is known color: Dark Purple. HEX triplet: 80, 29 and 67. RGB value is (128,41,103). Sum of RGB (Red+Green+Blue) = 128+41+103=272 (36% of max value = 765). Red value is 128 (50.39% from 255 or 47.06% from 272); Green value is 41 (16.41% from 255 or 15.07% from 272); Blue value is 103 (40.62% from 255 or 37.87% from 272); Max value from RGB is 128 - color contains mainly: red. Hex color #802967 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802967 is #7FD698. Grayscale: #494949. Windows color (decimal): -8378009 or 6760832. OLE color: 6760832.

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

Color convert

RGB 128 41 103 -
CMYK 0 0.68 0.20 0.50
HSL 317.24º 0.51% 0.33% -
HSV(B) 317.24º 0.68% 0.5% -
XYZ 12.14 7.15 13.57 -
YUV 74.08 144.32 166.46 -
System Red Green Blue C M Y K H S L
Decimal 128 41 103 0 0.68 0.20 0.50 317.24 0.51 0.33
Hex 80 29 67 0 44 14 32 13D 33 21
Octal 200 51 147 0 104 24 62 475 63 41
Binary 10000000 101001 1100111 0 1000100 10100 110010 100111101 110011 100001

Color Harmonies of #802967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802967

Black with #802967

Text Example


Text Example

White with #802967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802967; }

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

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

background-color css

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

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

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

border-color css

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

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

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