Html Css Color HEX #802469 Dark Purple

📋 copy color: '#802469'

red 128 ◦ green 36 ◦ blue 105

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

Shades of Dark Purple #802469

Tints of Dark Purple #802469

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.38%

 BLUE value IS 105 (41.41% from 255) = 39.03%

R = 47.58%
G = 13.38%
B = 39.03%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.18

 K value IS 0.50

RGB Variations

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

Color information

#802469 (or 0x802469) is known color: Dark Purple. HEX triplet: 80, 24 and 69. RGB value is (128,36,105). Sum of RGB (Red+Green+Blue) = 128+36+105=269 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.58% from 269); Green value is 36 (14.45% from 255 or 13.38% from 269); Blue value is 105 (41.41% from 255 or 39.03% from 269); Max value from RGB is 128 - color contains mainly: red. Hex color #802469 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802469 is #7FDB96. Grayscale: #474747. Windows color (decimal): -8379287 or 6890624. OLE color: 6890624.

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

Color convert

RGB 128 36 105 -
CMYK 0 0.72 0.18 0.50
HSL 315º 0.56% 0.32% -
HSV(B) 315º 0.72% 0.5% -
XYZ 12.08 6.87 14.05 -
YUV 71.37 146.98 168.39 -
System Red Green Blue C M Y K H S L
Decimal 128 36 105 0 0.72 0.18 0.50 315 0.56 0.32
Hex 80 24 69 0 48 12 32 13B 38 20
Octal 200 44 151 0 110 22 62 473 70 40
Binary 10000000 100100 1101001 0 1001000 10010 110010 100111011 111000 100000

Color Harmonies of #802469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802469

Black with #802469

Text Example


Text Example

White with #802469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802469; }

 p { color: rgb(128,36,105); }

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

background-color css

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

 a { background-color: rgb(128,36,105); }

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

border-color css

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

 span { border-color: rgb(128,36,105); }

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