Html Css Color HEX #78146C Dark Purple

📋 copy color: '#78146C'

red 120 ◦ green 20 ◦ blue 108

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

Shades of Dark Purple #78146C

Tints of Dark Purple #78146C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 43.55%

R = 48.39%
G = 8.06%
B = 43.55%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#78146C (or 0x78146C) is known color: Dark Purple. HEX triplet: 78, 14 and 6C. RGB value is (120,20,108). Sum of RGB (Red+Green+Blue) = 120+20+108=248 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.39% from 248); Green value is 20 (8.20% from 255 or 8.06% from 248); Blue value is 108 (42.58% from 255 or 43.55% from 248); Max value from RGB is 120 - color contains mainly: red. Hex color #78146C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78146C is #87EB93. Grayscale: #3B3B3B. Windows color (decimal): -8907668 or 7083128. OLE color: 7083128.

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

Color convert

RGB 120 20 108 -
CMYK 0 0.83 0.10 0.53
HSL 307.2º 0.71% 0.27% -
HSV(B) 307.2º 0.83% 0.47% -
XYZ 10.7 5.58 14.7 -
YUV 59.93 155.13 170.84 -
System Red Green Blue C M Y K H S L
Decimal 120 20 108 0 0.83 0.10 0.53 307.2 0.71 0.27
Hex 78 14 6C 0 53 A 35 133 47 1B
Octal 170 24 154 0 123 12 65 463 107 33
Binary 1111000 10100 1101100 0 1010011 1010 110101 100110011 1000111 11011

Color Harmonies of #78146C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78146C

Black with #78146C

Text Example


Text Example

White with #78146C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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