Html Css Color HEX #780571 Purple

📋 copy color: '#780571'

red 120 ◦ green 5 ◦ blue 113

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

Shades of Purple #780571

Tints of Purple #780571

RGB

 RED value IS 120 (47.27% from 255) = 50.42%

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

 BLUE value IS 113 (44.53% from 255) = 47.48%

R = 50.42%
G = 2.1%
B = 47.48%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#780571 (or 0x780571) is known color: Purple. HEX triplet: 78, 05 and 71. RGB value is (120,5,113). Sum of RGB (Red+Green+Blue) = 120+5+113=238 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.42% from 238); Green value is 5 (2.34% from 255 or 2.10% from 238); Blue value is 113 (44.53% from 255 or 47.48% from 238); Max value from RGB is 120 - color contains mainly: red. Hex color #780571 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780571 is #87FA8E. Grayscale: #333333. Windows color (decimal): -8911503 or 7406968. OLE color: 7406968.

HSL color Cylindrical-coordinate representation of color #780571: hue angle of 303.65º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #780571 is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 5 113 -
CMYK 0 0.96 0.06 0.53
HSL 303.65º 0.92% 0.25% -
HSV(B) 303.65º 0.96% 0.47% -
XYZ 10.78 5.29 16.08 -
YUV 51.7 162.6 176.72 -
System Red Green Blue C M Y K H S L
Decimal 120 5 113 0 0.96 0.06 0.53 303.65 0.92 0.25
Hex 78 5 71 0 60 6 35 130 5C 19
Octal 170 5 161 0 140 6 65 460 134 31
Binary 1111000 101 1110001 0 1100000 110 110101 100110000 1011100 11001

Color Harmonies of #780571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780571

Black with #780571

Text Example


Text Example

White with #780571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780571; }

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

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

background-color css

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

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

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

border-color css

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

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

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