Html Css Color HEX #780171 Purple

📋 copy color: '#780171'

red 120 ◦ green 1 ◦ blue 113

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

Shades of Purple #780171

Tints of Purple #780171

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

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

R = 51.28%
G = 0.43%
B = 48.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#780171 (or 0x780171) is known color: Purple. HEX triplet: 78, 01 and 71. RGB value is (120,1,113). Sum of RGB (Red+Green+Blue) = 120+1+113=234 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.28% from 234); Green value is 1 (0.78% from 255 or 0.43% from 234); Blue value is 113 (44.53% from 255 or 48.29% from 234); Max value from RGB is 120 - color contains mainly: red. Hex color #780171 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780171 is #87FE8E. Grayscale: #313131. Windows color (decimal): -8912527 or 7405944. OLE color: 7405944.

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

Color convert

RGB 120 1 113 -
CMYK 0 0.99 0.06 0.53
HSL 303.53º 0.98% 0.24% -
HSV(B) 303.53º 0.99% 0.47% -
XYZ 10.74 5.21 16.06 -
YUV 49.35 163.92 178.39 -
System Red Green Blue C M Y K H S L
Decimal 120 1 113 0 0.99 0.06 0.53 303.53 0.98 0.24
Hex 78 1 71 0 63 6 35 130 62 18
Octal 170 1 161 0 143 6 65 460 142 30
Binary 1111000 1 1110001 0 1100011 110 110101 100110000 1100010 11000

Color Harmonies of #780171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780171

Black with #780171

Text Example


Text Example

White with #780171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780171; }

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

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

background-color css

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

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

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

border-color css

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

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

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