Html Css Color HEX #780DC3 Dark Violet

📋 copy color: '#780DC3'

red 120 ◦ green 13 ◦ blue 195

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

Shades of Dark Violet #780DC3

Tints of Dark Violet #780DC3

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.96%

 BLUE value IS 195 (76.56% from 255) = 59.45%

R = 36.59%
G = 3.96%
B = 59.45%

CMYK

 C value IS 0.38

 M value IS 0.93

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#780DC3 (or 0x780DC3) is known color: Dark Violet. HEX triplet: 78, 0D and C3. RGB value is (120,13,195). Sum of RGB (Red+Green+Blue) = 120+13+195=328 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.59% from 328); Green value is 13 (5.47% from 255 or 3.96% from 328); Blue value is 195 (76.56% from 255 or 59.45% from 328); Max value from RGB is 195 - color contains mainly: blue. Hex color #780DC3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #780DC3 is #87F23C. Grayscale: #414141. Windows color (decimal): -8909373 or 12782968. OLE color: 12782968.

HSL color Cylindrical-coordinate representation of color #780DC3: hue angle of 275.27º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #780DC3 is Cyan = 0.38, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 120 13 195 -
CMYK 0.38 0.93 0 0.24
HSL 275.27º 0.88% 0.41% -
HSV(B) 275.27º 0.93% 0.76% -
XYZ 17.74 8.22 52.28 -
YUV 65.74 200.95 166.7 -
System Red Green Blue C M Y K H S L
Decimal 120 13 195 0.38 0.93 0 0.24 275.27 0.88 0.41
Hex 78 D C3 26 5D 0 18 113 58 29
Octal 170 15 303 46 135 0 30 423 130 51
Binary 1111000 1101 11000011 100110 1011101 0 11000 100010011 1011000 101001

Color Harmonies of #780DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780DC3

Black with #780DC3

Text Example


Text Example

White with #780DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,13,195); }

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

background-color css

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

 a { background-color: rgb(120,13,195); }

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

border-color css

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

 span { border-color: rgb(120,13,195); }

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