Html Css Color HEX #780ACC Dark Violet

📋 copy color: '#780ACC'

red 120 ◦ green 10 ◦ blue 204

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

Shades of Dark Violet #780ACC

Tints of Dark Violet #780ACC

RGB

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

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

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

R = 35.93%
G = 2.99%
B = 61.08%

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

#780ACC (or 0x780ACC) is known color: Dark Violet. HEX triplet: 78, 0A and CC. RGB value is (120,10,204). Sum of RGB (Red+Green+Blue) = 120+10+204=334 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.93% from 334); Green value is 10 (4.30% from 255 or 2.99% from 334); Blue value is 204 (80.08% from 255 or 61.08% from 334); Max value from RGB is 204 - color contains mainly: blue. Hex color #780ACC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #780ACC is #87F533. Grayscale: #404040. Windows color (decimal): -8910132 or 13372024. OLE color: 13372024.

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

Color convert

RGB 120 10 204 -
CMYK 0.41 0.95 0 0.2
HSL 274.02º 0.91% 0.42% -
HSV(B) 274.02º 0.95% 0.8% -
XYZ 18.75 8.57 57.79 -
YUV 65.01 206.44 167.23 -
System Red Green Blue C M Y K H S L
Decimal 120 10 204 0.41 0.95 0 0.2 274.02 0.91 0.42
Hex 78 A CC 29 5F 0 14 112 5B 2A
Octal 170 12 314 51 137 0 24 422 133 52
Binary 1111000 1010 11001100 101001 1011111 0 10100 100010010 1011011 101010

Color Harmonies of #780ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780ACC

Black with #780ACC

Text Example


Text Example

White with #780ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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