Html Css Color HEX #780D71 Purple

📋 copy color: '#780D71'

red 120 ◦ green 13 ◦ blue 113

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

Shades of Purple #780D71

Tints of Purple #780D71

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.28%

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

R = 48.78%
G = 5.28%
B = 45.93%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#780D71 (or 0x780D71) is known color: Purple. HEX triplet: 78, 0D and 71. RGB value is (120,13,113). Sum of RGB (Red+Green+Blue) = 120+13+113=246 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.78% from 246); Green value is 13 (5.47% from 255 or 5.28% from 246); Blue value is 113 (44.53% from 255 or 45.93% from 246); Max value from RGB is 120 - color contains mainly: red. Hex color #780D71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780D71 is #87F28E. Grayscale: #383838. Windows color (decimal): -8909455 or 7409016. OLE color: 7409016.

HSL color Cylindrical-coordinate representation of color #780D71: hue angle of 303.93º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #780D71 is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 13 113 -
CMYK 0 0.89 0.06 0.53
HSL 303.93º 0.8% 0.26% -
HSV(B) 303.93º 0.89% 0.47% -
XYZ 10.87 5.47 16.11 -
YUV 56.39 159.95 173.37 -
System Red Green Blue C M Y K H S L
Decimal 120 13 113 0 0.89 0.06 0.53 303.93 0.8 0.26
Hex 78 D 71 0 59 6 35 130 50 1A
Octal 170 15 161 0 131 6 65 460 120 32
Binary 1111000 1101 1110001 0 1011001 110 110101 100110000 1010000 11010

Color Harmonies of #780D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780D71

Black with #780D71

Text Example


Text Example

White with #780D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780D71; }

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

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

background-color css

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

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

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

border-color css

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

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

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