Html Css Color HEX #780769 Purple

📋 copy color: '#780769'

red 120 ◦ green 7 ◦ blue 105

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

Shades of Purple #780769

Tints of Purple #780769

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.02%

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

R = 51.72%
G = 3.02%
B = 45.26%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#780769 (or 0x780769) is known color: Purple. HEX triplet: 78, 07 and 69. RGB value is (120,7,105). Sum of RGB (Red+Green+Blue) = 120+7+105=232 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.72% from 232); Green value is 7 (3.12% from 255 or 3.02% from 232); Blue value is 105 (41.41% from 255 or 45.26% from 232); Max value from RGB is 120 - color contains mainly: red. Hex color #780769 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780769 is #87F896. Grayscale: #333333. Windows color (decimal): -8910999 or 6883192. OLE color: 6883192.

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

Color convert

RGB 120 7 105 -
CMYK 0 0.94 0.13 0.53
HSL 307.96º 0.89% 0.25% -
HSV(B) 307.96º 0.94% 0.47% -
XYZ 10.37 5.16 13.81 -
YUV 51.96 157.94 176.53 -
System Red Green Blue C M Y K H S L
Decimal 120 7 105 0 0.94 0.13 0.53 307.96 0.89 0.25
Hex 78 7 69 0 5E D 35 134 59 19
Octal 170 7 151 0 136 15 65 464 131 31
Binary 1111000 111 1101001 0 1011110 1101 110101 100110100 1011001 11001

Color Harmonies of #780769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780769

Black with #780769

Text Example


Text Example

White with #780769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780769; }

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

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

background-color css

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

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

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

border-color css

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

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

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