Html Css Color HEX #780F65 Dark Purple

📋 copy color: '#780F65'

red 120 ◦ green 15 ◦ blue 101

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

Shades of Dark Purple #780F65

Tints of Dark Purple #780F65

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.36%

 BLUE value IS 101 (39.84% from 255) = 42.8%

R = 50.85%
G = 6.36%
B = 42.8%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#780F65 (or 0x780F65) is known color: Dark Purple. HEX triplet: 78, 0F and 65. RGB value is (120,15,101). Sum of RGB (Red+Green+Blue) = 120+15+101=236 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.85% from 236); Green value is 15 (6.25% from 255 or 6.36% from 236); Blue value is 101 (39.84% from 255 or 42.80% from 236); Max value from RGB is 120 - color contains mainly: red. Hex color #780F65 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780F65 is #87F09A. Grayscale: #373737. Windows color (decimal): -8908955 or 6623096. OLE color: 6623096.

HSL color Cylindrical-coordinate representation of color #780F65: hue angle of 310.86º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #780F65 is Cyan = 0, Magento = 0.87, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 15 101 -
CMYK 0 0.87 0.16 0.53
HSL 310.86º 0.78% 0.26% -
HSV(B) 310.86º 0.88% 0.47% -
XYZ 10.27 5.27 12.79 -
YUV 56.2 153.29 173.51 -
System Red Green Blue C M Y K H S L
Decimal 120 15 101 0 0.87 0.16 0.53 310.86 0.78 0.26
Hex 78 F 65 0 57 10 35 137 4E 1A
Octal 170 17 145 0 127 20 65 467 116 32
Binary 1111000 1111 1100101 0 1010111 10000 110101 100110111 1001110 11010

Color Harmonies of #780F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780F65

Black with #780F65

Text Example


Text Example

White with #780F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,15,101); }

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

background-color css

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

 a { background-color: rgb(120,15,101); }

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

border-color css

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

 span { border-color: rgb(120,15,101); }

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