Html Css Color HEX #780FDD Blue Violet

📋 copy color: '#780FDD'

red 120 ◦ green 15 ◦ blue 221

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

Shades of Blue Violet #780FDD

Tints of Blue Violet #780FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 62.08%

R = 33.71%
G = 4.21%
B = 62.08%

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

#780FDD (or 0x780FDD) is known color: Blue Violet. HEX triplet: 78, 0F and DD. RGB value is (120,15,221). Sum of RGB (Red+Green+Blue) = 120+15+221=356 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.71% from 356); Green value is 15 (6.25% from 255 or 4.21% from 356); Blue value is 221 (86.72% from 255 or 62.08% from 356); Max value from RGB is 221 - color contains mainly: blue. Hex color #780FDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #780FDD is #87F022. Grayscale: #454545. Windows color (decimal): -8908835 or 14487416. OLE color: 14487416.

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

Color convert

RGB 120 15 221 -
CMYK 0.46 0.93 0 0.13
HSL 270.58º 0.87% 0.46% -
HSV(B) 270.58º 0.93% 0.87% -
XYZ 20.97 9.56 69.15 -
YUV 69.88 213.29 163.75 -
System Red Green Blue C M Y K H S L
Decimal 120 15 221 0.46 0.93 0 0.13 270.58 0.87 0.46
Hex 78 F DD 2E 5D 0 D 10F 57 2E
Octal 170 17 335 56 135 0 15 417 127 56
Binary 1111000 1111 11011101 101110 1011101 0 1101 100001111 1010111 101110

Color Harmonies of #780FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780FDD

Black with #780FDD

Text Example


Text Example

White with #780FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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