Html Css Color HEX #781869 Dark Purple

📋 copy color: '#781869'

red 120 ◦ green 24 ◦ blue 105

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

Shades of Dark Purple #781869

Tints of Dark Purple #781869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 42.17%

R = 48.19%
G = 9.64%
B = 42.17%

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

#781869 (or 0x781869) is known color: Dark Purple. HEX triplet: 78, 18 and 69. RGB value is (120,24,105). Sum of RGB (Red+Green+Blue) = 120+24+105=249 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.19% from 249); Green value is 24 (9.77% from 255 or 9.64% from 249); Blue value is 105 (41.41% from 255 or 42.17% from 249); Max value from RGB is 120 - color contains mainly: red. Hex color #781869 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781869 is #87E796. Grayscale: #3D3D3D. Windows color (decimal): -8906647 or 6887544. OLE color: 6887544.

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

Color convert

RGB 120 24 105 -
CMYK 0 0.8 0.13 0.53
HSL 309.38º 0.67% 0.28% -
HSV(B) 309.38º 0.8% 0.47% -
XYZ 10.62 5.67 13.9 -
YUV 61.94 152.3 169.41 -
System Red Green Blue C M Y K H S L
Decimal 120 24 105 0 0.8 0.13 0.53 309.38 0.67 0.28
Hex 78 18 69 0 50 D 35 135 43 1C
Octal 170 30 151 0 120 15 65 465 103 34
Binary 1111000 11000 1101001 0 1010000 1101 110101 100110101 1000011 11100

Color Harmonies of #781869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781869

Black with #781869

Text Example


Text Example

White with #781869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781869; }

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

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

background-color css

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

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

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

border-color css

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

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

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