Html Css Color HEX #780DB1 Dark Violet

📋 copy color: '#780DB1'

red 120 ◦ green 13 ◦ blue 177

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

Shades of Dark Violet #780DB1

Tints of Dark Violet #780DB1

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.19%

 BLUE value IS 177 (69.53% from 255) = 57.1%

R = 38.71%
G = 4.19%
B = 57.1%

CMYK

 C value IS 0.32

 M value IS 0.93

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#780DB1 (or 0x780DB1) is known color: Dark Violet. HEX triplet: 78, 0D and B1. RGB value is (120,13,177). Sum of RGB (Red+Green+Blue) = 120+13+177=310 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.71% from 310); Green value is 13 (5.47% from 255 or 4.19% from 310); Blue value is 177 (69.53% from 255 or 57.10% from 310); Max value from RGB is 177 - color contains mainly: blue. Hex color #780DB1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780DB1 is #87F24E. Grayscale: #3F3F3F. Windows color (decimal): -8909391 or 11603320. OLE color: 11603320.

HSL color Cylindrical-coordinate representation of color #780DB1: hue angle of 279.15º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #780DB1 is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 120 13 177 -
CMYK 0.32 0.93 0 0.31
HSL 279.15º 0.86% 0.37% -
HSV(B) 279.15º 0.93% 0.69% -
XYZ 15.83 7.46 42.2 -
YUV 63.69 191.95 168.16 -
System Red Green Blue C M Y K H S L
Decimal 120 13 177 0.32 0.93 0 0.31 279.15 0.86 0.37
Hex 78 D B1 20 5D 0 1F 117 56 25
Octal 170 15 261 40 135 0 37 427 126 45
Binary 1111000 1101 10110001 100000 1011101 0 11111 100010111 1010110 100101

Color Harmonies of #780DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780DB1

Black with #780DB1

Text Example


Text Example

White with #780DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,13,177); }

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

background-color css

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

 a { background-color: rgb(120,13,177); }

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

border-color css

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

 span { border-color: rgb(120,13,177); }

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