Html Css Color HEX #781969 Dark Purple

📋 copy color: '#781969'

red 120 ◦ green 25 ◦ blue 105

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

Shades of Dark Purple #781969

Tints of Dark Purple #781969

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10%

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

R = 48%
G = 10%
B = 42%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#781969 (or 0x781969) is known color: Dark Purple. HEX triplet: 78, 19 and 69. RGB value is (120,25,105). Sum of RGB (Red+Green+Blue) = 120+25+105=250 (33% of max value = 765). Red value is 120 (47.27% from 255 or 48% from 250); Green value is 25 (10.16% from 255 or 10% from 250); Blue value is 105 (41.41% from 255 or 42% from 250); Max value from RGB is 120 - color contains mainly: red. Hex color #781969 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781969 is #87E696. Grayscale: #3E3E3E. Windows color (decimal): -8906391 or 6887800. OLE color: 6887800.

HSL color Cylindrical-coordinate representation of color #781969: hue angle of 309.47º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #781969 is Cyan = 0, Magento = 0.79, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 25 105 -
CMYK 0 0.79 0.13 0.53
HSL 309.47º 0.66% 0.28% -
HSV(B) 309.47º 0.79% 0.47% -
XYZ 10.64 5.71 13.91 -
YUV 62.53 151.97 169 -
System Red Green Blue C M Y K H S L
Decimal 120 25 105 0 0.79 0.13 0.53 309.47 0.66 0.28
Hex 78 19 69 0 4F D 35 135 42 1C
Octal 170 31 151 0 117 15 65 465 102 34
Binary 1111000 11001 1101001 0 1001111 1101 110101 100110101 1000010 11100

Color Harmonies of #781969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781969

Black with #781969

Text Example


Text Example

White with #781969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781969; }

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

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

background-color css

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

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

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

border-color css

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

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

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