Html Css Color HEX #782CC0 Purple Heart

📋 copy color: '#782CC0'

red 120 ◦ green 44 ◦ blue 192

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

Shades of Purple Heart #782CC0

Tints of Purple Heart #782CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 53.93%

R = 33.71%
G = 12.36%
B = 53.93%

CMYK

 C value IS 0.38

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#782CC0 (or 0x782CC0) is known color: Purple Heart. HEX triplet: 78, 2C and C0. RGB value is (120,44,192). Sum of RGB (Red+Green+Blue) = 120+44+192=356 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.71% from 356); Green value is 44 (17.58% from 255 or 12.36% from 356); Blue value is 192 (75.39% from 255 or 53.93% from 356); Max value from RGB is 192 - color contains mainly: blue. Hex color #782CC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #782CC0 is #87D33F. Grayscale: #535353. Windows color (decimal): -8901440 or 12594296. OLE color: 12594296.

HSL color Cylindrical-coordinate representation of color #782CC0: hue angle of 270.81º degrees, saturation: 0.63, 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 #782CC0 is Cyan = 0.38, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 120 44 192 -
CMYK 0.38 0.77 0 0.25
HSL 270.81º 0.63% 0.46% -
HSV(B) 270.81º 0.77% 0.75% -
XYZ 18.16 9.6 50.77 -
YUV 83.6 189.18 153.97 -
System Red Green Blue C M Y K H S L
Decimal 120 44 192 0.38 0.77 0 0.25 270.81 0.63 0.46
Hex 78 2C C0 26 4D 0 19 10F 3F 2E
Octal 170 54 300 46 115 0 31 417 77 56
Binary 1111000 101100 11000000 100110 1001101 0 11001 100001111 111111 101110

Color Harmonies of #782CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782CC0

Black with #782CC0

Text Example


Text Example

White with #782CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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