Html Css Color HEX #780871 Purple

📋 copy color: '#780871'

red 120 ◦ green 8 ◦ blue 113

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

Shades of Purple #780871

Tints of Purple #780871

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.32%

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

R = 49.79%
G = 3.32%
B = 46.89%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#780871 (or 0x780871) is known color: Purple. HEX triplet: 78, 08 and 71. RGB value is (120,8,113). Sum of RGB (Red+Green+Blue) = 120+8+113=241 (31% of max value = 765). Red value is 120 (47.27% from 255 or 49.79% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 113 (44.53% from 255 or 46.89% from 241); Max value from RGB is 120 - color contains mainly: red. Hex color #780871 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780871 is #87F78E. Grayscale: #353535. Windows color (decimal): -8910735 or 7407736. OLE color: 7407736.

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

Color convert

RGB 120 8 113 -
CMYK 0 0.93 0.06 0.53
HSL 303.75º 0.88% 0.25% -
HSV(B) 303.75º 0.93% 0.47% -
XYZ 10.81 5.36 16.09 -
YUV 53.46 161.61 175.46 -
System Red Green Blue C M Y K H S L
Decimal 120 8 113 0 0.93 0.06 0.53 303.75 0.88 0.25
Hex 78 8 71 0 5D 6 35 130 58 19
Octal 170 10 161 0 135 6 65 460 130 31
Binary 1111000 1000 1110001 0 1011101 110 110101 100110000 1011000 11001

Color Harmonies of #780871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780871

Black with #780871

Text Example


Text Example

White with #780871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780871; }

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

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

background-color css

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

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

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

border-color css

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

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

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