Html Css Color HEX #780FE7 Blue Violet

📋 copy color: '#780FE7'

red 120 ◦ green 15 ◦ blue 231

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

Shades of Blue Violet #780FE7

Tints of Blue Violet #780FE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 63.11%

R = 32.79%
G = 4.1%
B = 63.11%

CMYK

 C value IS 0.48

 M value IS 0.94

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#780FE7 (or 0x780FE7) is known color: Blue Violet. HEX triplet: 78, 0F and E7. RGB value is (120,15,231). Sum of RGB (Red+Green+Blue) = 120+15+231=366 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.79% from 366); Green value is 15 (6.25% from 255 or 4.10% from 366); Blue value is 231 (90.62% from 255 or 63.11% from 366); Max value from RGB is 231 - color contains mainly: blue. Hex color #780FE7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #780FE7 is #87F018. Grayscale: #464646. Windows color (decimal): -8908825 or 15142776. OLE color: 15142776.

HSL color Cylindrical-coordinate representation of color #780FE7: hue angle of 269.17º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #780FE7 is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 120 15 231 -
CMYK 0.48 0.94 0 0.09
HSL 269.17º 0.88% 0.48% -
HSV(B) 269.17º 0.94% 0.91% -
XYZ 22.34 10.1 76.37 -
YUV 71.02 218.29 162.94 -
System Red Green Blue C M Y K H S L
Decimal 120 15 231 0.48 0.94 0 0.09 269.17 0.88 0.48
Hex 78 F E7 30 5E 0 9 10D 58 30
Octal 170 17 347 60 136 0 11 415 130 60
Binary 1111000 1111 11100111 110000 1011110 0 1001 100001101 1011000 110000

Color Harmonies of #780FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780FE7

Black with #780FE7

Text Example


Text Example

White with #780FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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