Html Css Color HEX #782FDD Blue Violet

📋 copy color: '#782FDD'

red 120 ◦ green 47 ◦ blue 221

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

Shades of Blue Violet #782FDD

Tints of Blue Violet #782FDD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.11%

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

R = 30.93%
G = 12.11%
B = 56.96%

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

#782FDD (or 0x782FDD) is known color: Blue Violet. HEX triplet: 78, 2F and DD. RGB value is (120,47,221). Sum of RGB (Red+Green+Blue) = 120+47+221=388 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.93% from 388); Green value is 47 (18.75% from 255 or 12.11% from 388); Blue value is 221 (86.72% from 255 or 56.96% from 388); Max value from RGB is 221 - color contains mainly: blue. Hex color #782FDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #782FDD is #87D022. Grayscale: #585858. Windows color (decimal): -8900643 or 14495608. OLE color: 14495608.

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

Color convert

RGB 120 47 221 -
CMYK 0.46 0.79 0 0.13
HSL 265.17º 0.72% 0.53% -
HSV(B) 265.17º 0.79% 0.87% -
XYZ 21.81 11.25 69.43 -
YUV 88.66 202.68 150.35 -
System Red Green Blue C M Y K H S L
Decimal 120 47 221 0.46 0.79 0 0.13 265.17 0.72 0.53
Hex 78 2F DD 2E 4F 0 D 109 48 35
Octal 170 57 335 56 117 0 15 411 110 65
Binary 1111000 101111 11011101 101110 1001111 0 1101 100001001 1001000 110101

Color Harmonies of #782FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782FDD

Black with #782FDD

Text Example


Text Example

White with #782FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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