Html Css Color HEX #803167 Dark Purple

📋 copy color: '#803167'

red 128 ◦ green 49 ◦ blue 103

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

Shades of Dark Purple #803167

Tints of Dark Purple #803167

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.5%

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

R = 45.71%
G = 17.5%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#803167 (or 0x803167) is known color: Dark Purple. HEX triplet: 80, 31 and 67. RGB value is (128,49,103). Sum of RGB (Red+Green+Blue) = 128+49+103=280 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.71% from 280); Green value is 49 (19.53% from 255 or 17.5% from 280); Blue value is 103 (40.62% from 255 or 36.79% from 280); Max value from RGB is 128 - color contains mainly: red. Hex color #803167 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803167 is #7FCE98. Grayscale: #4E4E4E. Windows color (decimal): -8375961 or 6762880. OLE color: 6762880.

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

Color convert

RGB 128 49 103 -
CMYK 0 0.62 0.20 0.50
HSL 318.99º 0.45% 0.35% -
HSV(B) 318.99º 0.62% 0.5% -
XYZ 12.45 7.77 13.67 -
YUV 78.78 141.67 163.11 -
System Red Green Blue C M Y K H S L
Decimal 128 49 103 0 0.62 0.20 0.50 318.99 0.45 0.35
Hex 80 31 67 0 3E 14 32 13F 2D 23
Octal 200 61 147 0 76 24 62 477 55 43
Binary 10000000 110001 1100111 0 111110 10100 110010 100111111 101101 100011

Color Harmonies of #803167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803167

Black with #803167

Text Example


Text Example

White with #803167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803167; }

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

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

background-color css

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

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

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

border-color css

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

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

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