Html Css Color HEX #782CBE Purple Heart

📋 copy color: '#782CBE'

red 120 ◦ green 44 ◦ blue 190

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

Shades of Purple Heart #782CBE

Tints of Purple Heart #782CBE

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.43%

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

R = 33.9%
G = 12.43%
B = 53.67%

CMYK

 C value IS 0.37

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#782CBE (or 0x782CBE) is known color: Purple Heart. HEX triplet: 78, 2C and BE. RGB value is (120,44,190). Sum of RGB (Red+Green+Blue) = 120+44+190=354 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.90% from 354); Green value is 44 (17.58% from 255 or 12.43% from 354); Blue value is 190 (74.61% from 255 or 53.67% from 354); Max value from RGB is 190 - color contains mainly: blue. Hex color #782CBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #782CBE is #87D341. Grayscale: #525252. Windows color (decimal): -8901442 or 12463224. OLE color: 12463224.

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

Color convert

RGB 120 44 190 -
CMYK 0.37 0.77 0 0.25
HSL 271.23º 0.62% 0.46% -
HSV(B) 271.23º 0.77% 0.75% -
XYZ 17.94 9.51 49.61 -
YUV 83.37 188.18 154.13 -
System Red Green Blue C M Y K H S L
Decimal 120 44 190 0.37 0.77 0 0.25 271.23 0.62 0.46
Hex 78 2C BE 25 4D 0 19 10F 3E 2E
Octal 170 54 276 45 115 0 31 417 76 56
Binary 1111000 101100 10111110 100101 1001101 0 11001 100001111 111110 101110

Color Harmonies of #782CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782CBE

Black with #782CBE

Text Example


Text Example

White with #782CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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