Html Css Color HEX #780B65 Dark Purple

📋 copy color: '#780B65'

red 120 ◦ green 11 ◦ blue 101

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

Shades of Dark Purple #780B65

Tints of Dark Purple #780B65

RGB

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

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

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

R = 51.72%
G = 4.74%
B = 43.53%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#780B65 (or 0x780B65) is known color: Dark Purple. HEX triplet: 78, 0B and 65. RGB value is (120,11,101). Sum of RGB (Red+Green+Blue) = 120+11+101=232 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.72% from 232); Green value is 11 (4.69% from 255 or 4.74% from 232); Blue value is 101 (39.84% from 255 or 43.53% from 232); Max value from RGB is 120 - color contains mainly: red. Hex color #780B65 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780B65 is #87F49A. Grayscale: #353535. Windows color (decimal): -8909979 or 6622072. OLE color: 6622072.

HSL color Cylindrical-coordinate representation of color #780B65: hue angle of 310.46º 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 #780B65 is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 11 101 -
CMYK 0 0.91 0.16 0.53
HSL 310.46º 0.83% 0.26% -
HSV(B) 310.46º 0.91% 0.47% -
XYZ 10.21 5.17 12.77 -
YUV 53.85 154.61 175.18 -
System Red Green Blue C M Y K H S L
Decimal 120 11 101 0 0.91 0.16 0.53 310.46 0.83 0.26
Hex 78 B 65 0 5B 10 35 136 53 1A
Octal 170 13 145 0 133 20 65 466 123 32
Binary 1111000 1011 1100101 0 1011011 10000 110101 100110110 1010011 11010

Color Harmonies of #780B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780B65

Black with #780B65

Text Example


Text Example

White with #780B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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