Html Css Color HEX #781868 Dark Purple

📋 copy color: '#781868'

red 120 ◦ green 24 ◦ blue 104

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

Shades of Dark Purple #781868

Tints of Dark Purple #781868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 41.94%

R = 48.39%
G = 9.68%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#781868 (or 0x781868) is known color: Dark Purple. HEX triplet: 78, 18 and 68. RGB value is (120,24,104). Sum of RGB (Red+Green+Blue) = 120+24+104=248 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.39% from 248); Green value is 24 (9.77% from 255 or 9.68% from 248); Blue value is 104 (41.02% from 255 or 41.94% from 248); Max value from RGB is 120 - color contains mainly: red. Hex color #781868 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781868 is #87E797. Grayscale: #3D3D3D. Windows color (decimal): -8906648 or 6822008. OLE color: 6822008.

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

Color convert

RGB 120 24 104 -
CMYK 0 0.8 0.13 0.53
HSL 310º 0.67% 0.28% -
HSV(B) 310º 0.8% 0.47% -
XYZ 10.57 5.65 13.63 -
YUV 61.82 151.8 169.5 -
System Red Green Blue C M Y K H S L
Decimal 120 24 104 0 0.8 0.13 0.53 310 0.67 0.28
Hex 78 18 68 0 50 D 35 136 43 1C
Octal 170 30 150 0 120 15 65 466 103 34
Binary 1111000 11000 1101000 0 1010000 1101 110101 100110110 1000011 11100

Color Harmonies of #781868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781868

Black with #781868

Text Example


Text Example

White with #781868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781868; }

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

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

background-color css

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

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

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

border-color css

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

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

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