Html Css Color HEX #802C74 Dark Purple

📋 copy color: '#802C74'

red 128 ◦ green 44 ◦ blue 116

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

Shades of Dark Purple #802C74

Tints of Dark Purple #802C74

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.28%

 BLUE value IS 116 (45.7% from 255) = 40.28%

R = 44.44%
G = 15.28%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#802C74 (or 0x802C74) is known color: Dark Purple. HEX triplet: 80, 2C and 74. RGB value is (128,44,116). Sum of RGB (Red+Green+Blue) = 128+44+116=288 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.44% from 288); Green value is 44 (17.58% from 255 or 15.28% from 288); Blue value is 116 (45.70% from 255 or 40.28% from 288); Max value from RGB is 128 - color contains mainly: red. Hex color #802C74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802C74 is #7FD38B. Grayscale: #4D4D4D. Windows color (decimal): -8377228 or 7613568. OLE color: 7613568.

HSL color Cylindrical-coordinate representation of color #802C74: hue angle of 308.57º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #802C74 is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 44 116 -
CMYK 0 0.66 0.09 0.50
HSL 308.57º 0.49% 0.34% -
HSV(B) 308.57º 0.66% 0.5% -
XYZ 12.96 7.65 17.32 -
YUV 77.32 149.83 164.15 -
System Red Green Blue C M Y K H S L
Decimal 128 44 116 0 0.66 0.09 0.50 308.57 0.49 0.34
Hex 80 2C 74 0 42 9 32 135 31 22
Octal 200 54 164 0 102 11 62 465 61 42
Binary 10000000 101100 1110100 0 1000010 1001 110010 100110101 110001 100010

Color Harmonies of #802C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802C74

Black with #802C74

Text Example


Text Example

White with #802C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802C74; }

 p { color: rgb(128,44,116); }

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

background-color css

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

 a { background-color: rgb(128,44,116); }

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

border-color css

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

 span { border-color: rgb(128,44,116); }

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