Html Css Color HEX #78186A Dark Purple

📋 copy color: '#78186A'

red 120 ◦ green 24 ◦ blue 106

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

Shades of Dark Purple #78186A

Tints of Dark Purple #78186A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.6%

 BLUE value IS 106 (41.8% from 255) = 42.4%

R = 48%
G = 9.6%
B = 42.4%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#78186A (or 0x78186A) is known color: Dark Purple. HEX triplet: 78, 18 and 6A. RGB value is (120,24,106). Sum of RGB (Red+Green+Blue) = 120+24+106=250 (33% of max value = 765). Red value is 120 (47.27% from 255 or 48% from 250); Green value is 24 (9.77% from 255 or 9.6% from 250); Blue value is 106 (41.80% from 255 or 42.4% from 250); Max value from RGB is 120 - color contains mainly: red. Hex color #78186A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78186A is #87E795. Grayscale: #3D3D3D. Windows color (decimal): -8906646 or 6953080. OLE color: 6953080.

HSL color Cylindrical-coordinate representation of color #78186A: hue angle of 308.75º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #78186A is Cyan = 0, Magento = 0.8, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 24 106 -
CMYK 0 0.8 0.12 0.53
HSL 308.75º 0.67% 0.28% -
HSV(B) 308.75º 0.8% 0.47% -
XYZ 10.67 5.69 14.17 -
YUV 62.05 152.8 169.33 -
System Red Green Blue C M Y K H S L
Decimal 120 24 106 0 0.8 0.12 0.53 308.75 0.67 0.28
Hex 78 18 6A 0 50 C 35 135 43 1C
Octal 170 30 152 0 120 14 65 465 103 34
Binary 1111000 11000 1101010 0 1010000 1100 110101 100110101 1000011 11100

Color Harmonies of #78186A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78186A

Black with #78186A

Text Example


Text Example

White with #78186A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78186A; }

 p { color: rgb(120,24,106); }

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

background-color css

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

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

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

border-color css

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

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

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