Html Css Color HEX #800C74 Purple

📋 copy color: '#800C74'

red 128 ◦ green 12 ◦ blue 116

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

Shades of Purple #800C74

Tints of Purple #800C74

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.69%

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

R = 50%
G = 4.69%
B = 45.31%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#800C74 (or 0x800C74) is known color: Purple. HEX triplet: 80, 0C and 74. RGB value is (128,12,116). Sum of RGB (Red+Green+Blue) = 128+12+116=256 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50% from 256); Green value is 12 (5.08% from 255 or 4.69% from 256); Blue value is 116 (45.70% from 255 or 45.31% from 256); Max value from RGB is 128 - color contains mainly: red. Hex color #800C74 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800C74 is #7FF38B. Grayscale: #3A3A3A. Windows color (decimal): -8385420 or 7605376. OLE color: 7605376.

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

Color convert

RGB 128 12 116 -
CMYK 0 0.91 0.09 0.50
HSL 306.21º 0.83% 0.27% -
HSV(B) 306.21º 0.91% 0.5% -
XYZ 12.19 6.11 17.06 -
YUV 58.54 160.43 177.54 -
System Red Green Blue C M Y K H S L
Decimal 128 12 116 0 0.91 0.09 0.50 306.21 0.83 0.27
Hex 80 C 74 0 5B 9 32 132 53 1B
Octal 200 14 164 0 133 11 62 462 123 33
Binary 10000000 1100 1110100 0 1011011 1001 110010 100110010 1010011 11011

Color Harmonies of #800C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800C74

Black with #800C74

Text Example


Text Example

White with #800C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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