Html Css Color HEX #7F0578 Purple

📋 copy color: '#7F0578'

red 127 ◦ green 5 ◦ blue 120

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

Shades of Purple #7F0578

Tints of Purple #7F0578

RGB

 RED value IS 127 (50% from 255) = 50.4%

 GREEN value IS 5 (2.34% from 255) = 1.98%

 BLUE value IS 120 (47.27% from 255) = 47.62%

R = 50.4%
G = 1.98%
B = 47.62%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.06

 K value IS 0.50

RGB Variations

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

Color information

#7F0578 (or 0x7F0578) is known color: Purple. HEX triplet: 7F, 05 and 78. RGB value is (127,5,120). Sum of RGB (Red+Green+Blue) = 127+5+120=252 (33% of max value = 765). Red value is 127 (50% from 255 or 50.40% from 252); Green value is 5 (2.34% from 255 or 1.98% from 252); Blue value is 120 (47.27% from 255 or 47.62% from 252); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0578 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0578 is #80FA87. Grayscale: #363636. Windows color (decimal): -8452744 or 7865727. OLE color: 7865727.

HSL color Cylindrical-coordinate representation of color #7F0578: hue angle of 303.44º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7F0578 is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 5 120 -
CMYK 0 0.96 0.06 0.50
HSL 303.44º 0.92% 0.26% -
HSV(B) 303.44º 0.96% 0.5% -
XYZ 12.2 5.98 18.28 -
YUV 54.59 164.92 179.65 -
System Red Green Blue C M Y K H S L
Decimal 127 5 120 0 0.96 0.06 0.50 303.44 0.92 0.26
Hex 7F 5 78 0 60 6 32 12F 5C 1A
Octal 177 5 170 0 140 6 62 457 134 32
Binary 1111111 101 1111000 0 1100000 110 110010 100101111 1011100 11010

Color Harmonies of #7F0578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0578

Black with #7F0578

Text Example


Text Example

White with #7F0578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F0578; }

 p { color: rgb(127,5,120); }

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

background-color css

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

 a { background-color: rgb(127,5,120); }

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

border-color css

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

 span { border-color: rgb(127,5,120); }

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