Html Css Color HEX #782ADD Blue Violet

📋 copy color: '#782ADD'

red 120 ◦ green 42 ◦ blue 221

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

Shades of Blue Violet #782ADD

Tints of Blue Violet #782ADD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.97%

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

R = 31.33%
G = 10.97%
B = 57.7%

CMYK

 C value IS 0.46

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#782ADD (or 0x782ADD) is known color: Blue Violet. HEX triplet: 78, 2A and DD. RGB value is (120,42,221). Sum of RGB (Red+Green+Blue) = 120+42+221=383 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.33% from 383); Green value is 42 (16.80% from 255 or 10.97% from 383); Blue value is 221 (86.72% from 255 or 57.70% from 383); Max value from RGB is 221 - color contains mainly: blue. Hex color #782ADD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #782ADD is #87D522. Grayscale: #555555. Windows color (decimal): -8901923 or 14494328. OLE color: 14494328.

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

Color convert

RGB 120 42 221 -
CMYK 0.46 0.81 0 0.13
HSL 266.15º 0.72% 0.52% -
HSV(B) 266.15º 0.81% 0.87% -
XYZ 21.62 10.87 69.36 -
YUV 85.73 204.34 152.45 -
System Red Green Blue C M Y K H S L
Decimal 120 42 221 0.46 0.81 0 0.13 266.15 0.72 0.52
Hex 78 2A DD 2E 51 0 D 10A 48 34
Octal 170 52 335 56 121 0 15 412 110 64
Binary 1111000 101010 11011101 101110 1010001 0 1101 100001010 1001000 110100

Color Harmonies of #782ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782ADD

Black with #782ADD

Text Example


Text Example

White with #782ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782ADD; }

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

 H1.HeaderClassName
 {
   color: #782ADD;
 }
 .AnyTagClassName
 {
   color: #782ADD;
 }
</style>

background-color css

<style>
 a { background-color: #782ADD; }

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

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

border-color css

<style>
 span { border-color: #782ADD; }

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

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