Html Css Color HEX #781470 Dark Purple

📋 copy color: '#781470'

red 120 ◦ green 20 ◦ blue 112

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

Shades of Dark Purple #781470

Tints of Dark Purple #781470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 44.44%

R = 47.62%
G = 7.94%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#781470 (or 0x781470) is known color: Dark Purple. HEX triplet: 78, 14 and 70. RGB value is (120,20,112). Sum of RGB (Red+Green+Blue) = 120+20+112=252 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.62% from 252); Green value is 20 (8.20% from 255 or 7.94% from 252); Blue value is 112 (44.14% from 255 or 44.44% from 252); Max value from RGB is 120 - color contains mainly: red. Hex color #781470 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781470 is #87EB8F. Grayscale: #3C3C3C. Windows color (decimal): -8907664 or 7345272. OLE color: 7345272.

HSL color Cylindrical-coordinate representation of color #781470: hue angle of 304.8º 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 #781470 is Cyan = 0, Magento = 0.83, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 20 112 -
CMYK 0 0.83 0.07 0.53
HSL 304.8º 0.71% 0.27% -
HSV(B) 304.8º 0.83% 0.47% -
XYZ 10.92 5.66 15.85 -
YUV 60.39 157.13 170.52 -
System Red Green Blue C M Y K H S L
Decimal 120 20 112 0 0.83 0.07 0.53 304.8 0.71 0.27
Hex 78 14 70 0 53 7 35 131 47 1B
Octal 170 24 160 0 123 7 65 461 107 33
Binary 1111000 10100 1110000 0 1010011 111 110101 100110001 1000111 11011

Color Harmonies of #781470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781470

Black with #781470

Text Example


Text Example

White with #781470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781470; }

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

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

background-color css

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

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

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

border-color css

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

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

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