Html Css Color HEX #780CCE Dark Violet

📋 copy color: '#780CCE'

red 120 ◦ green 12 ◦ blue 206

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

Shades of Dark Violet #780CCE

Tints of Dark Violet #780CCE

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.55%

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

R = 35.5%
G = 3.55%
B = 60.95%

CMYK

 C value IS 0.42

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#780CCE (or 0x780CCE) is known color: Dark Violet. HEX triplet: 78, 0C and CE. RGB value is (120,12,206). Sum of RGB (Red+Green+Blue) = 120+12+206=338 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.50% from 338); Green value is 12 (5.08% from 255 or 3.55% from 338); Blue value is 206 (80.86% from 255 or 60.95% from 338); Max value from RGB is 206 - color contains mainly: blue. Hex color #780CCE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #780CCE is #87F331. Grayscale: #414141. Windows color (decimal): -8909618 or 13503608. OLE color: 13503608.

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

Color convert

RGB 120 12 206 -
CMYK 0.42 0.94 0 0.19
HSL 273.4º 0.89% 0.43% -
HSV(B) 273.4º 0.94% 0.81% -
XYZ 19.02 8.71 59.07 -
YUV 66.41 206.78 166.23 -
System Red Green Blue C M Y K H S L
Decimal 120 12 206 0.42 0.94 0 0.19 273.4 0.89 0.43
Hex 78 C CE 2A 5E 0 13 111 59 2B
Octal 170 14 316 52 136 0 23 421 131 53
Binary 1111000 1100 11001110 101010 1011110 0 10011 100010001 1011001 101011

Color Harmonies of #780CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780CCE

Black with #780CCE

Text Example


Text Example

White with #780CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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