Html Css Color HEX #780BCE Dark Violet

📋 copy color: '#780BCE'

red 120 ◦ green 11 ◦ blue 206

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

Shades of Dark Violet #780BCE

Tints of Dark Violet #780BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 61.13%

R = 35.61%
G = 3.26%
B = 61.13%

CMYK

 C value IS 0.42

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#780BCE (or 0x780BCE) is known color: Dark Violet. HEX triplet: 78, 0B and CE. RGB value is (120,11,206). Sum of RGB (Red+Green+Blue) = 120+11+206=337 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.61% from 337); Green value is 11 (4.69% from 255 or 3.26% from 337); Blue value is 206 (80.86% from 255 or 61.13% from 337); Max value from RGB is 206 - color contains mainly: blue. Hex color #780BCE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #780BCE is #87F431. Grayscale: #414141. Windows color (decimal): -8909874 or 13503352. OLE color: 13503352.

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

Color convert

RGB 120 11 206 -
CMYK 0.42 0.95 0 0.19
HSL 273.54º 0.9% 0.43% -
HSV(B) 273.54º 0.95% 0.81% -
XYZ 19.01 8.69 59.07 -
YUV 65.82 207.11 166.64 -
System Red Green Blue C M Y K H S L
Decimal 120 11 206 0.42 0.95 0 0.19 273.54 0.9 0.43
Hex 78 B CE 2A 5F 0 13 112 5A 2B
Octal 170 13 316 52 137 0 23 422 132 53
Binary 1111000 1011 11001110 101010 1011111 0 10011 100010010 1011010 101011

Color Harmonies of #780BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780BCE

Black with #780BCE

Text Example


Text Example

White with #780BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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