Html Css Color HEX #780BCC Dark Violet

📋 copy color: '#780BCC'

red 120 ◦ green 11 ◦ blue 204

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

Shades of Dark Violet #780BCC

Tints of Dark Violet #780BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 60.9%

R = 35.82%
G = 3.28%
B = 60.9%

CMYK

 C value IS 0.41

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#780BCC (or 0x780BCC) is known color: Dark Violet. HEX triplet: 78, 0B and CC. RGB value is (120,11,204). Sum of RGB (Red+Green+Blue) = 120+11+204=335 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.82% from 335); Green value is 11 (4.69% from 255 or 3.28% from 335); Blue value is 204 (80.08% from 255 or 60.90% from 335); Max value from RGB is 204 - color contains mainly: blue. Hex color #780BCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #780BCC is #87F433. Grayscale: #404040. Windows color (decimal): -8909876 or 13372280. OLE color: 13372280.

HSL color Cylindrical-coordinate representation of color #780BCC: hue angle of 273.89º 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 #780BCC is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 120 11 204 -
CMYK 0.41 0.95 0 0.2
HSL 273.89º 0.9% 0.42% -
HSV(B) 273.89º 0.95% 0.8% -
XYZ 18.76 8.59 57.8 -
YUV 65.59 206.11 166.81 -
System Red Green Blue C M Y K H S L
Decimal 120 11 204 0.41 0.95 0 0.2 273.89 0.9 0.42
Hex 78 B CC 29 5F 0 14 112 5A 2A
Octal 170 13 314 51 137 0 24 422 132 52
Binary 1111000 1011 11001100 101001 1011111 0 10100 100010010 1011010 101010

Color Harmonies of #780BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780BCC

Black with #780BCC

Text Example


Text Example

White with #780BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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