Html Css Color HEX #782EDD Blue Violet

📋 copy color: '#782EDD'

red 120 ◦ green 46 ◦ blue 221

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

Shades of Blue Violet #782EDD

Tints of Blue Violet #782EDD

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.89%

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

R = 31.01%
G = 11.89%
B = 57.11%

CMYK

 C value IS 0.46

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#782EDD (or 0x782EDD) is known color: Blue Violet. HEX triplet: 78, 2E and DD. RGB value is (120,46,221). Sum of RGB (Red+Green+Blue) = 120+46+221=387 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.01% from 387); Green value is 46 (18.36% from 255 or 11.89% from 387); Blue value is 221 (86.72% from 255 or 57.11% from 387); Max value from RGB is 221 - color contains mainly: blue. Hex color #782EDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #782EDD is #87D122. Grayscale: #575757. Windows color (decimal): -8900899 or 14495352. OLE color: 14495352.

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

Color convert

RGB 120 46 221 -
CMYK 0.46 0.79 0 0.13
HSL 265.37º 0.72% 0.52% -
HSV(B) 265.37º 0.79% 0.87% -
XYZ 21.77 11.17 69.41 -
YUV 88.08 203.02 150.77 -
System Red Green Blue C M Y K H S L
Decimal 120 46 221 0.46 0.79 0 0.13 265.37 0.72 0.52
Hex 78 2E DD 2E 4F 0 D 109 48 34
Octal 170 56 335 56 117 0 15 411 110 64
Binary 1111000 101110 11011101 101110 1001111 0 1101 100001001 1001000 110100

Color Harmonies of #782EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782EDD

Black with #782EDD

Text Example


Text Example

White with #782EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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