Html Css Color HEX #781EC0 Purple Heart

📋 copy color: '#781EC0'

red 120 ◦ green 30 ◦ blue 192

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

Shades of Purple Heart #781EC0

Tints of Purple Heart #781EC0

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.77%

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

R = 35.09%
G = 8.77%
B = 56.14%

CMYK

 C value IS 0.38

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#781EC0 (or 0x781EC0) is known color: Purple Heart. HEX triplet: 78, 1E and C0. RGB value is (120,30,192). Sum of RGB (Red+Green+Blue) = 120+30+192=342 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.09% from 342); Green value is 30 (12.11% from 255 or 8.77% from 342); Blue value is 192 (75.39% from 255 or 56.14% from 342); Max value from RGB is 192 - color contains mainly: blue. Hex color #781EC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781EC0 is #87E13F. Grayscale: #4A4A4A. Windows color (decimal): -8905024 or 12590712. OLE color: 12590712.

HSL color Cylindrical-coordinate representation of color #781EC0: hue angle of 273.33º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #781EC0 is Cyan = 0.38, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 120 30 192 -
CMYK 0.38 0.84 0 0.25
HSL 273.33º 0.73% 0.44% -
HSV(B) 273.33º 0.84% 0.75% -
XYZ 17.72 8.73 50.62 -
YUV 75.38 193.82 159.83 -
System Red Green Blue C M Y K H S L
Decimal 120 30 192 0.38 0.84 0 0.25 273.33 0.73 0.44
Hex 78 1E C0 26 54 0 19 111 49 2C
Octal 170 36 300 46 124 0 31 421 111 54
Binary 1111000 11110 11000000 100110 1010100 0 11001 100010001 1001001 101100

Color Harmonies of #781EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781EC0

Black with #781EC0

Text Example


Text Example

White with #781EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781EC0; }

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

 H1.HeaderClassName
 {
   color: #781EC0;
 }
 .AnyTagClassName
 {
   color: #781EC0;
 }
</style>

background-color css

<style>
 a { background-color: #781EC0; }

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

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

border-color css

<style>
 span { border-color: #781EC0; }

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

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