Html Css Color HEX #782EBE Purple Heart

📋 copy color: '#782EBE'

red 120 ◦ green 46 ◦ blue 190

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

Shades of Purple Heart #782EBE

Tints of Purple Heart #782EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 53.37%

R = 33.71%
G = 12.92%
B = 53.37%

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

#782EBE (or 0x782EBE) is known color: Purple Heart. HEX triplet: 78, 2E and BE. RGB value is (120,46,190). Sum of RGB (Red+Green+Blue) = 120+46+190=356 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.71% from 356); Green value is 46 (18.36% from 255 or 12.92% from 356); Blue value is 190 (74.61% from 255 or 53.37% from 356); Max value from RGB is 190 - color contains mainly: blue. Hex color #782EBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #782EBE is #87D141. Grayscale: #545454. Windows color (decimal): -8900930 or 12463736. OLE color: 12463736.

HSL color Cylindrical-coordinate representation of color #782EBE: hue angle of 270.83º degrees, saturation: 0.61, 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 #782EBE is Cyan = 0.37, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 120 46 190 -
CMYK 0.37 0.76 0 0.25
HSL 270.83º 0.61% 0.46% -
HSV(B) 270.83º 0.76% 0.75% -
XYZ 18.02 9.66 49.63 -
YUV 84.54 187.52 153.29 -
System Red Green Blue C M Y K H S L
Decimal 120 46 190 0.37 0.76 0 0.25 270.83 0.61 0.46
Hex 78 2E BE 25 4C 0 19 10F 3D 2E
Octal 170 56 276 45 114 0 31 417 75 56
Binary 1111000 101110 10111110 100101 1001100 0 11001 100001111 111101 101110

Color Harmonies of #782EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782EBE

Black with #782EBE

Text Example


Text Example

White with #782EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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