Html Css Color HEX #782DDD Blue Violet

📋 copy color: '#782DDD'

red 120 ◦ green 45 ◦ blue 221

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

Shades of Blue Violet #782DDD

Tints of Blue Violet #782DDD

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.66%

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

R = 31.09%
G = 11.66%
B = 57.25%

CMYK

 C value IS 0.46

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#782DDD (or 0x782DDD) is known color: Blue Violet. HEX triplet: 78, 2D and DD. RGB value is (120,45,221). Sum of RGB (Red+Green+Blue) = 120+45+221=386 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.09% from 386); Green value is 45 (17.97% from 255 or 11.66% from 386); Blue value is 221 (86.72% from 255 or 57.25% from 386); Max value from RGB is 221 - color contains mainly: blue. Hex color #782DDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #782DDD is #87D222. Grayscale: #565656. Windows color (decimal): -8901155 or 14495096. OLE color: 14495096.

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

Color convert

RGB 120 45 221 -
CMYK 0.46 0.80 0 0.13
HSL 265.57º 0.72% 0.52% -
HSV(B) 265.57º 0.8% 0.87% -
XYZ 21.74 11.09 69.4 -
YUV 87.49 203.35 151.19 -
System Red Green Blue C M Y K H S L
Decimal 120 45 221 0.46 0.80 0 0.13 265.57 0.72 0.52
Hex 78 2D DD 2E 50 0 D 10A 48 34
Octal 170 55 335 56 120 0 15 412 110 64
Binary 1111000 101101 11011101 101110 1010000 0 1101 100001010 1001000 110100

Color Harmonies of #782DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782DDD

Black with #782DDD

Text Example


Text Example

White with #782DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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