Html Css Color HEX #780B62 Dark Purple

📋 copy color: '#780B62'

red 120 ◦ green 11 ◦ blue 98

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

Shades of Dark Purple #780B62

Tints of Dark Purple #780B62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 42.79%

R = 52.4%
G = 4.8%
B = 42.79%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#780B62 (or 0x780B62) is known color: Dark Purple. HEX triplet: 78, 0B and 62. RGB value is (120,11,98). Sum of RGB (Red+Green+Blue) = 120+11+98=229 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.40% from 229); Green value is 11 (4.69% from 255 or 4.80% from 229); Blue value is 98 (38.67% from 255 or 42.79% from 229); Max value from RGB is 120 - color contains mainly: red. Hex color #780B62 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780B62 is #87F49D. Grayscale: #353535. Windows color (decimal): -8909982 or 6425464. OLE color: 6425464.

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

Color convert

RGB 120 11 98 -
CMYK 0 0.91 0.18 0.53
HSL 312.11º 0.83% 0.26% -
HSV(B) 312.11º 0.91% 0.47% -
XYZ 10.07 5.11 12.01 -
YUV 53.51 153.11 175.43 -
System Red Green Blue C M Y K H S L
Decimal 120 11 98 0 0.91 0.18 0.53 312.11 0.83 0.26
Hex 78 B 62 0 5B 12 35 138 53 1A
Octal 170 13 142 0 133 22 65 470 123 32
Binary 1111000 1011 1100010 0 1011011 10010 110101 100111000 1010011 11010

Color Harmonies of #780B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780B62

Black with #780B62

Text Example


Text Example

White with #780B62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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