Html Css Color HEX #803467 Dark Purple

📋 copy color: '#803467'

red 128 ◦ green 52 ◦ blue 103

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

Shades of Dark Purple #803467

Tints of Dark Purple #803467

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.37%

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

R = 45.23%
G = 18.37%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#803467 (or 0x803467) is known color: Dark Purple. HEX triplet: 80, 34 and 67. RGB value is (128,52,103). Sum of RGB (Red+Green+Blue) = 128+52+103=283 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.23% from 283); Green value is 52 (20.70% from 255 or 18.37% from 283); Blue value is 103 (40.62% from 255 or 36.40% from 283); Max value from RGB is 128 - color contains mainly: red. Hex color #803467 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803467 is #7FCB98. Grayscale: #505050. Windows color (decimal): -8375193 or 6763648. OLE color: 6763648.

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

Color convert

RGB 128 52 103 -
CMYK 0 0.59 0.20 0.50
HSL 319.74º 0.42% 0.35% -
HSV(B) 319.74º 0.59% 0.5% -
XYZ 12.58 8.02 13.72 -
YUV 80.54 140.68 161.85 -
System Red Green Blue C M Y K H S L
Decimal 128 52 103 0 0.59 0.20 0.50 319.74 0.42 0.35
Hex 80 34 67 0 3B 14 32 140 2A 23
Octal 200 64 147 0 73 24 62 500 52 43
Binary 10000000 110100 1100111 0 111011 10100 110010 101000000 101010 100011

Color Harmonies of #803467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803467

Black with #803467

Text Example


Text Example

White with #803467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803467; }

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

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

background-color css

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

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

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

border-color css

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

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

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