Html Css Color HEX #780FE4 Blue Violet

📋 copy color: '#780FE4'

red 120 ◦ green 15 ◦ blue 228

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

Shades of Blue Violet #780FE4

Tints of Blue Violet #780FE4

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.13%

 BLUE value IS 228 (89.45% from 255) = 62.81%

R = 33.06%
G = 4.13%
B = 62.81%

CMYK

 C value IS 0.47

 M value IS 0.93

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#780FE4 (or 0x780FE4) is known color: Blue Violet. HEX triplet: 78, 0F and E4. RGB value is (120,15,228). Sum of RGB (Red+Green+Blue) = 120+15+228=363 (48% of max value = 765). Red value is 120 (47.27% from 255 or 33.06% from 363); Green value is 15 (6.25% from 255 or 4.13% from 363); Blue value is 228 (89.45% from 255 or 62.81% from 363); Max value from RGB is 228 - color contains mainly: blue. Hex color #780FE4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #780FE4 is #87F01B. Grayscale: #454545. Windows color (decimal): -8908828 or 14946168. OLE color: 14946168.

HSL color Cylindrical-coordinate representation of color #780FE4: hue angle of 269.58º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #780FE4 is Cyan = 0.47, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 120 15 228 -
CMYK 0.47 0.93 0 0.11
HSL 269.58º 0.88% 0.48% -
HSV(B) 269.58º 0.93% 0.89% -
XYZ 21.92 9.94 74.16 -
YUV 70.68 216.79 163.18 -
System Red Green Blue C M Y K H S L
Decimal 120 15 228 0.47 0.93 0 0.11 269.58 0.88 0.48
Hex 78 F E4 2F 5D 0 B 10E 58 30
Octal 170 17 344 57 135 0 13 416 130 60
Binary 1111000 1111 11100100 101111 1011101 0 1011 100001110 1011000 110000

Color Harmonies of #780FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780FE4

Black with #780FE4

Text Example


Text Example

White with #780FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,15,228); }

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

background-color css

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

 a { background-color: rgb(120,15,228); }

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

border-color css

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

 span { border-color: rgb(120,15,228); }

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