Html Css Color HEX #781474 Dark Purple

📋 copy color: '#781474'

red 120 ◦ green 20 ◦ blue 116

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

Shades of Dark Purple #781474

Tints of Dark Purple #781474

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.81%

 BLUE value IS 116 (45.7% from 255) = 45.31%

R = 46.88%
G = 7.81%
B = 45.31%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#781474 (or 0x781474) is known color: Dark Purple. HEX triplet: 78, 14 and 74. RGB value is (120,20,116). Sum of RGB (Red+Green+Blue) = 120+20+116=256 (33% of max value = 765). Red value is 120 (47.27% from 255 or 46.88% from 256); Green value is 20 (8.20% from 255 or 7.81% from 256); Blue value is 116 (45.70% from 255 or 45.31% from 256); Max value from RGB is 120 - color contains mainly: red. Hex color #781474 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781474 is #87EB8B. Grayscale: #3C3C3C. Windows color (decimal): -8907660 or 7607416. OLE color: 7607416.

HSL color Cylindrical-coordinate representation of color #781474: hue angle of 302.4º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #781474 is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 20 116 -
CMYK 0 0.83 0.03 0.53
HSL 302.4º 0.71% 0.27% -
HSV(B) 302.4º 0.83% 0.47% -
XYZ 11.15 5.75 17.05 -
YUV 60.84 159.13 170.19 -
System Red Green Blue C M Y K H S L
Decimal 120 20 116 0 0.83 0.03 0.53 302.4 0.71 0.27
Hex 78 14 74 0 53 3 35 12E 47 1B
Octal 170 24 164 0 123 3 65 456 107 33
Binary 1111000 10100 1110100 0 1010011 11 110101 100101110 1000111 11011

Color Harmonies of #781474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781474

Black with #781474

Text Example


Text Example

White with #781474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781474; }

 p { color: rgb(120,20,116); }

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

background-color css

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

 a { background-color: rgb(120,20,116); }

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

border-color css

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

 span { border-color: rgb(120,20,116); }

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