Html Css Color HEX #78146E Dark Purple

📋 copy color: '#78146E'

red 120 ◦ green 20 ◦ blue 110

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

Shades of Dark Purple #78146E

Tints of Dark Purple #78146E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 44%

R = 48%
G = 8%
B = 44%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#78146E (or 0x78146E) is known color: Dark Purple. HEX triplet: 78, 14 and 6E. RGB value is (120,20,110). Sum of RGB (Red+Green+Blue) = 120+20+110=250 (33% of max value = 765). Red value is 120 (47.27% from 255 or 48% from 250); Green value is 20 (8.20% from 255 or 8% from 250); Blue value is 110 (43.36% from 255 or 44% from 250); Max value from RGB is 120 - color contains mainly: red. Hex color #78146E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78146E is #87EB91. Grayscale: #3B3B3B. Windows color (decimal): -8907666 or 7214200. OLE color: 7214200.

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

Color convert

RGB 120 20 110 -
CMYK 0 0.83 0.08 0.53
HSL 306º 0.71% 0.27% -
HSV(B) 306º 0.83% 0.47% -
XYZ 10.81 5.62 15.27 -
YUV 60.16 156.13 170.68 -
System Red Green Blue C M Y K H S L
Decimal 120 20 110 0 0.83 0.08 0.53 306 0.71 0.27
Hex 78 14 6E 0 53 8 35 132 47 1B
Octal 170 24 156 0 123 10 65 462 107 33
Binary 1111000 10100 1101110 0 1010011 1000 110101 100110010 1000111 11011

Color Harmonies of #78146E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78146E

Black with #78146E

Text Example


Text Example

White with #78146E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78146E; }

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

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

background-color css

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

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

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

border-color css

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

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

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