Html Css Color HEX #782DBF Purple Heart

📋 copy color: '#782DBF'

red 120 ◦ green 45 ◦ blue 191

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

Shades of Purple Heart #782DBF

Tints of Purple Heart #782DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 53.65%

R = 33.71%
G = 12.64%
B = 53.65%

CMYK

 C value IS 0.37

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#782DBF (or 0x782DBF) is known color: Purple Heart. HEX triplet: 78, 2D and BF. RGB value is (120,45,191). Sum of RGB (Red+Green+Blue) = 120+45+191=356 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.71% from 356); Green value is 45 (17.97% from 255 or 12.64% from 356); Blue value is 191 (75% from 255 or 53.65% from 356); Max value from RGB is 191 - color contains mainly: blue. Hex color #782DBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #782DBF is #87D240. Grayscale: #535353. Windows color (decimal): -8901185 or 12529016. OLE color: 12529016.

HSL color Cylindrical-coordinate representation of color #782DBF: hue angle of 270.82º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #782DBF is Cyan = 0.37, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 120 45 191 -
CMYK 0.37 0.76 0 0.25
HSL 270.82º 0.62% 0.46% -
HSV(B) 270.82º 0.76% 0.75% -
XYZ 18.09 9.63 50.2 -
YUV 84.07 188.35 153.63 -
System Red Green Blue C M Y K H S L
Decimal 120 45 191 0.37 0.76 0 0.25 270.82 0.62 0.46
Hex 78 2D BF 25 4C 0 19 10F 3E 2E
Octal 170 55 277 45 114 0 31 417 76 56
Binary 1111000 101101 10111111 100101 1001100 0 11001 100001111 111110 101110

Color Harmonies of #782DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782DBF

Black with #782DBF

Text Example


Text Example

White with #782DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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