Html Css Color HEX #780869 Purple

📋 copy color: '#780869'

red 120 ◦ green 8 ◦ blue 105

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

Shades of Purple #780869

Tints of Purple #780869

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.43%

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

R = 51.5%
G = 3.43%
B = 45.06%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#780869 (or 0x780869) is known color: Purple. HEX triplet: 78, 08 and 69. RGB value is (120,8,105). Sum of RGB (Red+Green+Blue) = 120+8+105=233 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.50% from 233); Green value is 8 (3.52% from 255 or 3.43% from 233); Blue value is 105 (41.41% from 255 or 45.06% from 233); Max value from RGB is 120 - color contains mainly: red. Hex color #780869 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780869 is #87F796. Grayscale: #343434. Windows color (decimal): -8910743 or 6883448. OLE color: 6883448.

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

Color convert

RGB 120 8 105 -
CMYK 0 0.93 0.13 0.53
HSL 308.04º 0.88% 0.25% -
HSV(B) 308.04º 0.93% 0.47% -
XYZ 10.38 5.19 13.82 -
YUV 52.55 157.61 176.11 -
System Red Green Blue C M Y K H S L
Decimal 120 8 105 0 0.93 0.13 0.53 308.04 0.88 0.25
Hex 78 8 69 0 5D D 35 134 58 19
Octal 170 10 151 0 135 15 65 464 130 31
Binary 1111000 1000 1101001 0 1011101 1101 110101 100110100 1011000 11001

Color Harmonies of #780869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780869

Black with #780869

Text Example


Text Example

White with #780869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780869; }

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

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

background-color css

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

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

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

border-color css

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

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

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