Html Css Color HEX #781069 Dark Purple

📋 copy color: '#781069'

red 120 ◦ green 16 ◦ blue 105

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

Shades of Dark Purple #781069

Tints of Dark Purple #781069

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.64%

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

R = 49.79%
G = 6.64%
B = 43.57%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#781069 (or 0x781069) is known color: Dark Purple. HEX triplet: 78, 10 and 69. RGB value is (120,16,105). Sum of RGB (Red+Green+Blue) = 120+16+105=241 (31% of max value = 765). Red value is 120 (47.27% from 255 or 49.79% from 241); Green value is 16 (6.64% from 255 or 6.64% from 241); Blue value is 105 (41.41% from 255 or 43.57% from 241); Max value from RGB is 120 - color contains mainly: red. Hex color #781069 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781069 is #87EF96. Grayscale: #383838. Windows color (decimal): -8908695 or 6885496. OLE color: 6885496.

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

Color convert

RGB 120 16 105 -
CMYK 0 0.87 0.13 0.53
HSL 308.65º 0.76% 0.27% -
HSV(B) 308.65º 0.87% 0.47% -
XYZ 10.48 5.38 13.85 -
YUV 57.24 154.96 172.76 -
System Red Green Blue C M Y K H S L
Decimal 120 16 105 0 0.87 0.13 0.53 308.65 0.76 0.27
Hex 78 10 69 0 57 D 35 135 4C 1B
Octal 170 20 151 0 127 15 65 465 114 33
Binary 1111000 10000 1101001 0 1010111 1101 110101 100110101 1001100 11011

Color Harmonies of #781069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781069

Black with #781069

Text Example


Text Example

White with #781069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781069; }

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

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

background-color css

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

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

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

border-color css

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

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

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