Html Css Color HEX #782DB6 Purple Heart

📋 copy color: '#782DB6'

red 120 ◦ green 45 ◦ blue 182

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

Shades of Purple Heart #782DB6

Tints of Purple Heart #782DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 52.45%

R = 34.58%
G = 12.97%
B = 52.45%

CMYK

 C value IS 0.34

 M value IS 0.75

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#782DB6 (or 0x782DB6) is known color: Purple Heart. HEX triplet: 78, 2D and B6. RGB value is (120,45,182). Sum of RGB (Red+Green+Blue) = 120+45+182=347 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.58% from 347); Green value is 45 (17.97% from 255 or 12.97% from 347); Blue value is 182 (71.48% from 255 or 52.45% from 347); Max value from RGB is 182 - color contains mainly: blue. Hex color #782DB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #782DB6 is #87D249. Grayscale: #525252. Windows color (decimal): -8901194 or 11939192. OLE color: 11939192.

HSL color Cylindrical-coordinate representation of color #782DB6: hue angle of 272.85º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #782DB6 is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 120 45 182 -
CMYK 0.34 0.75 0 0.29
HSL 272.85º 0.6% 0.45% -
HSV(B) 272.85º 0.75% 0.71% -
XYZ 17.13 9.25 45.14 -
YUV 83.04 183.85 154.36 -
System Red Green Blue C M Y K H S L
Decimal 120 45 182 0.34 0.75 0 0.29 272.85 0.6 0.45
Hex 78 2D B6 22 4B 0 1D 111 3C 2D
Octal 170 55 266 42 113 0 35 421 74 55
Binary 1111000 101101 10110110 100010 1001011 0 11101 100010001 111100 101101

Color Harmonies of #782DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782DB6

Black with #782DB6

Text Example


Text Example

White with #782DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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