Html Css Color HEX #780B64 Dark Purple

📋 copy color: '#780B64'

red 120 ◦ green 11 ◦ blue 100

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

Shades of Dark Purple #780B64

Tints of Dark Purple #780B64

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.76%

 BLUE value IS 100 (39.45% from 255) = 43.29%

R = 51.95%
G = 4.76%
B = 43.29%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#780B64 (or 0x780B64) is known color: Dark Purple. HEX triplet: 78, 0B and 64. RGB value is (120,11,100). Sum of RGB (Red+Green+Blue) = 120+11+100=231 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.95% from 231); Green value is 11 (4.69% from 255 or 4.76% from 231); Blue value is 100 (39.45% from 255 or 43.29% from 231); Max value from RGB is 120 - color contains mainly: red. Hex color #780B64 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780B64 is #87F49B. Grayscale: #353535. Windows color (decimal): -8909980 or 6556536. OLE color: 6556536.

HSL color Cylindrical-coordinate representation of color #780B64: hue angle of 311.01º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #780B64 is Cyan = 0, Magento = 0.91, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 11 100 -
CMYK 0 0.91 0.17 0.53
HSL 311.01º 0.83% 0.26% -
HSV(B) 311.01º 0.91% 0.47% -
XYZ 10.17 5.15 12.52 -
YUV 53.74 154.11 175.26 -
System Red Green Blue C M Y K H S L
Decimal 120 11 100 0 0.91 0.17 0.53 311.01 0.83 0.26
Hex 78 B 64 0 5B 11 35 137 53 1A
Octal 170 13 144 0 133 21 65 467 123 32
Binary 1111000 1011 1100100 0 1011011 10001 110101 100110111 1010011 11010

Color Harmonies of #780B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780B64

Black with #780B64

Text Example


Text Example

White with #780B64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780B64; }

 p { color: rgb(120,11,100); }

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

background-color css

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

 a { background-color: rgb(120,11,100); }

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

border-color css

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

 span { border-color: rgb(120,11,100); }

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