Html Css Color HEX #780BCD Dark Violet

📋 copy color: '#780BCD'

red 120 ◦ green 11 ◦ blue 205

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

Shades of Dark Violet #780BCD

Tints of Dark Violet #780BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 61.01%

R = 35.71%
G = 3.27%
B = 61.01%

CMYK

 C value IS 0.41

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#780BCD (or 0x780BCD) is known color: Dark Violet. HEX triplet: 78, 0B and CD. RGB value is (120,11,205). Sum of RGB (Red+Green+Blue) = 120+11+205=336 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.71% from 336); Green value is 11 (4.69% from 255 or 3.27% from 336); Blue value is 205 (80.47% from 255 or 61.01% from 336); Max value from RGB is 205 - color contains mainly: blue. Hex color #780BCD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #780BCD is #87F432. Grayscale: #414141. Windows color (decimal): -8909875 or 13437816. OLE color: 13437816.

HSL color Cylindrical-coordinate representation of color #780BCD: hue angle of 273.71º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #780BCD is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 120 11 205 -
CMYK 0.41 0.95 0 0.20
HSL 273.71º 0.9% 0.42% -
HSV(B) 273.71º 0.95% 0.8% -
XYZ 18.88 8.64 58.43 -
YUV 65.71 206.61 166.73 -
System Red Green Blue C M Y K H S L
Decimal 120 11 205 0.41 0.95 0 0.20 273.71 0.9 0.42
Hex 78 B CD 29 5F 0 14 112 5A 2A
Octal 170 13 315 51 137 0 24 422 132 52
Binary 1111000 1011 11001101 101001 1011111 0 10100 100010010 1011010 101010

Color Harmonies of #780BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780BCD

Black with #780BCD

Text Example


Text Example

White with #780BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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