Html Css Color HEX #780768 Purple

📋 copy color: '#780768'

red 120 ◦ green 7 ◦ blue 104

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

Shades of Purple #780768

Tints of Purple #780768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 45.02%

R = 51.95%
G = 3.03%
B = 45.02%

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

#780768 (or 0x780768) is known color: Purple. HEX triplet: 78, 07 and 68. RGB value is (120,7,104). Sum of RGB (Red+Green+Blue) = 120+7+104=231 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.95% from 231); Green value is 7 (3.12% from 255 or 3.03% from 231); Blue value is 104 (41.02% from 255 or 45.02% from 231); Max value from RGB is 120 - color contains mainly: red. Hex color #780768 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780768 is #87F897. Grayscale: #333333. Windows color (decimal): -8911000 or 6817656. OLE color: 6817656.

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

Color convert

RGB 120 7 104 -
CMYK 0 0.94 0.13 0.53
HSL 308.5º 0.89% 0.25% -
HSV(B) 308.5º 0.94% 0.47% -
XYZ 10.32 5.14 13.55 -
YUV 51.85 157.44 176.61 -
System Red Green Blue C M Y K H S L
Decimal 120 7 104 0 0.94 0.13 0.53 308.5 0.89 0.25
Hex 78 7 68 0 5E D 35 134 59 19
Octal 170 7 150 0 136 15 65 464 131 31
Binary 1111000 111 1101000 0 1011110 1101 110101 100110100 1011001 11001

Color Harmonies of #780768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780768

Black with #780768

Text Example


Text Example

White with #780768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780768; }

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

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

background-color css

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

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

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

border-color css

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

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

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