Html Css Color HEX #782BC0 Purple Heart

📋 copy color: '#782BC0'

red 120 ◦ green 43 ◦ blue 192

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

Shades of Purple Heart #782BC0

Tints of Purple Heart #782BC0

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.11%

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

R = 33.8%
G = 12.11%
B = 54.08%

CMYK

 C value IS 0.38

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#782BC0 (or 0x782BC0) is known color: Purple Heart. HEX triplet: 78, 2B and C0. RGB value is (120,43,192). Sum of RGB (Red+Green+Blue) = 120+43+192=355 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.80% from 355); Green value is 43 (17.19% from 255 or 12.11% from 355); Blue value is 192 (75.39% from 255 or 54.08% from 355); Max value from RGB is 192 - color contains mainly: blue. Hex color #782BC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #782BC0 is #87D43F. Grayscale: #525252. Windows color (decimal): -8901696 or 12594040. OLE color: 12594040.

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

Color convert

RGB 120 43 192 -
CMYK 0.38 0.78 0 0.25
HSL 271.01º 0.63% 0.46% -
HSV(B) 271.01º 0.78% 0.75% -
XYZ 18.12 9.53 50.75 -
YUV 83.01 189.51 154.38 -
System Red Green Blue C M Y K H S L
Decimal 120 43 192 0.38 0.78 0 0.25 271.01 0.63 0.46
Hex 78 2B C0 26 4E 0 19 10F 3F 2E
Octal 170 53 300 46 116 0 31 417 77 56
Binary 1111000 101011 11000000 100110 1001110 0 11001 100001111 111111 101110

Color Harmonies of #782BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782BC0

Black with #782BC0

Text Example


Text Example

White with #782BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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