Html Css Color HEX #780ABC Dark Violet

📋 copy color: '#780ABC'

red 120 ◦ green 10 ◦ blue 188

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

Shades of Dark Violet #780ABC

Tints of Dark Violet #780ABC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.14%

 BLUE value IS 188 (73.83% from 255) = 59.12%

R = 37.74%
G = 3.14%
B = 59.12%

CMYK

 C value IS 0.36

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#780ABC (or 0x780ABC) is known color: Dark Violet. HEX triplet: 78, 0A and BC. RGB value is (120,10,188). Sum of RGB (Red+Green+Blue) = 120+10+188=318 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.74% from 318); Green value is 10 (4.30% from 255 or 3.14% from 318); Blue value is 188 (73.83% from 255 or 59.12% from 318); Max value from RGB is 188 - color contains mainly: blue. Hex color #780ABC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #780ABC is #87F543. Grayscale: #3E3E3E. Windows color (decimal): -8910148 or 12323448. OLE color: 12323448.

HSL color Cylindrical-coordinate representation of color #780ABC: hue angle of 277.08º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #780ABC is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 120 10 188 -
CMYK 0.36 0.95 0 0.26
HSL 277.08º 0.9% 0.39% -
HSV(B) 277.08º 0.95% 0.74% -
XYZ 16.93 7.84 48.2 -
YUV 63.18 198.44 168.53 -
System Red Green Blue C M Y K H S L
Decimal 120 10 188 0.36 0.95 0 0.26 277.08 0.9 0.39
Hex 78 A BC 24 5F 0 1A 115 5A 27
Octal 170 12 274 44 137 0 32 425 132 47
Binary 1111000 1010 10111100 100100 1011111 0 11010 100010101 1011010 100111

Color Harmonies of #780ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780ABC

Black with #780ABC

Text Example


Text Example

White with #780ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,10,188); }

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

background-color css

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

 a { background-color: rgb(120,10,188); }

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

border-color css

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

 span { border-color: rgb(120,10,188); }

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