Html Css Color HEX #780FDF Blue Violet

📋 copy color: '#780FDF'

red 120 ◦ green 15 ◦ blue 223

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

Shades of Blue Violet #780FDF

Tints of Blue Violet #780FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 62.29%

R = 33.52%
G = 4.19%
B = 62.29%

CMYK

 C value IS 0.46

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#780FDF (or 0x780FDF) is known color: Blue Violet. HEX triplet: 78, 0F and DF. RGB value is (120,15,223). Sum of RGB (Red+Green+Blue) = 120+15+223=358 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.52% from 358); Green value is 15 (6.25% from 255 or 4.19% from 358); Blue value is 223 (87.5% from 255 or 62.29% from 358); Max value from RGB is 223 - color contains mainly: blue. Hex color #780FDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #780FDF is #87F020. Grayscale: #454545. Windows color (decimal): -8908833 or 14618488. OLE color: 14618488.

HSL color Cylindrical-coordinate representation of color #780FDF: hue angle of 270.29º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #780FDF is Cyan = 0.46, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 120 15 223 -
CMYK 0.46 0.93 0 0.13
HSL 270.29º 0.87% 0.47% -
HSV(B) 270.29º 0.93% 0.87% -
XYZ 21.24 9.66 70.56 -
YUV 70.11 214.29 163.59 -
System Red Green Blue C M Y K H S L
Decimal 120 15 223 0.46 0.93 0 0.13 270.29 0.87 0.47
Hex 78 F DF 2E 5D 0 D 10E 57 2F
Octal 170 17 337 56 135 0 15 416 127 57
Binary 1111000 1111 11011111 101110 1011101 0 1101 100001110 1010111 101111

Color Harmonies of #780FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780FDF

Black with #780FDF

Text Example


Text Example

White with #780FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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