Html Css Color HEX #781478 Dark Purple

📋 copy color: '#781478'

red 120 ◦ green 20 ◦ blue 120

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

Shades of Dark Purple #781478

Tints of Dark Purple #781478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 46.15%

R = 46.15%
G = 7.69%
B = 46.15%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#781478 (or 0x781478) is known color: Dark Purple. HEX triplet: 78, 14 and 78. RGB value is (120,20,120). Sum of RGB (Red+Green+Blue) = 120+20+120=260 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.15% from 260); Green value is 20 (8.20% from 255 or 7.69% from 260); Blue value is 120 (47.27% from 255 or 46.15% from 260); Max value from RGB is 120 - color contains mainly: red, blue. Hex color #781478 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781478 is #87EB87. Grayscale: #3D3D3D. Windows color (decimal): -8907656 or 7869560. OLE color: 7869560.

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

Color convert

RGB 120 20 120 -
CMYK 0 0.83 0 0.53
HSL 300º 0.71% 0.27% -
HSV(B) 300º 0.83% 0.47% -
XYZ 11.39 5.85 18.3 -
YUV 61.3 161.13 169.87 -
System Red Green Blue C M Y K H S L
Decimal 120 20 120 0 0.83 0 0.53 300 0.71 0.27
Hex 78 14 78 0 53 0 35 12C 47 1B
Octal 170 24 170 0 123 0 65 454 107 33
Binary 1111000 10100 1111000 0 1010011 0 110101 100101100 1000111 11011

Color Harmonies of #781478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781478

Black with #781478

Text Example


Text Example

White with #781478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781478; }

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

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

background-color css

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

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

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

border-color css

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

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

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