Html Css Color HEX #800C7F Purple

📋 copy color: '#800C7F'

red 128 ◦ green 12 ◦ blue 127

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

Shades of Purple #800C7F

Tints of Purple #800C7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 47.57%

R = 47.94%
G = 4.49%
B = 47.57%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.01

 K value IS 0.50

RGB Variations

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

Color information

#800C7F (or 0x800C7F) is known color: Purple. HEX triplet: 80, 0C and 7F. RGB value is (128,12,127). Sum of RGB (Red+Green+Blue) = 128+12+127=267 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.94% from 267); Green value is 12 (5.08% from 255 or 4.49% from 267); Blue value is 127 (50% from 255 or 47.57% from 267); Max value from RGB is 128 - color contains mainly: red. Hex color #800C7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800C7F is #7FF380. Grayscale: #3B3B3B. Windows color (decimal): -8385409 or 8326272. OLE color: 8326272.

HSL color Cylindrical-coordinate representation of color #800C7F: hue angle of 300.52º 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 #800C7F is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 12 127 -
CMYK 0 0.91 0.01 0.50
HSL 300.52º 0.83% 0.27% -
HSV(B) 300.52º 0.91% 0.5% -
XYZ 12.86 6.38 20.63 -
YUV 59.79 165.93 176.65 -
System Red Green Blue C M Y K H S L
Decimal 128 12 127 0 0.91 0.01 0.50 300.52 0.83 0.27
Hex 80 C 7F 0 5B 1 32 12D 53 1B
Octal 200 14 177 0 133 1 62 455 123 33
Binary 10000000 1100 1111111 0 1011011 1 110010 100101101 1010011 11011

Color Harmonies of #800C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800C7F

Black with #800C7F

Text Example


Text Example

White with #800C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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