Html Css Color HEX #780CCA Dark Violet

📋 copy color: '#780CCA'

red 120 ◦ green 12 ◦ blue 202

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

Shades of Dark Violet #780CCA

Tints of Dark Violet #780CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 60.48%

R = 35.93%
G = 3.59%
B = 60.48%

CMYK

 C value IS 0.41

 M value IS 0.94

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#780CCA (or 0x780CCA) is known color: Dark Violet. HEX triplet: 78, 0C and CA. RGB value is (120,12,202). Sum of RGB (Red+Green+Blue) = 120+12+202=334 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.93% from 334); Green value is 12 (5.08% from 255 or 3.59% from 334); Blue value is 202 (79.30% from 255 or 60.48% from 334); Max value from RGB is 202 - color contains mainly: blue. Hex color #780CCA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #780CCA is #87F335. Grayscale: #414141. Windows color (decimal): -8909622 or 13241464. OLE color: 13241464.

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

Color convert

RGB 120 12 202 -
CMYK 0.41 0.94 0 0.21
HSL 274.11º 0.89% 0.42% -
HSV(B) 274.11º 0.94% 0.79% -
XYZ 18.54 8.52 56.54 -
YUV 65.95 204.78 166.55 -
System Red Green Blue C M Y K H S L
Decimal 120 12 202 0.41 0.94 0 0.21 274.11 0.89 0.42
Hex 78 C CA 29 5E 0 15 112 59 2A
Octal 170 14 312 51 136 0 25 422 131 52
Binary 1111000 1100 11001010 101001 1011110 0 10101 100010010 1011001 101010

Color Harmonies of #780CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780CCA

Black with #780CCA

Text Example


Text Example

White with #780CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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