Html Css Color HEX #781CC6 Purple Heart

📋 copy color: '#781CC6'

red 120 ◦ green 28 ◦ blue 198

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

Shades of Purple Heart #781CC6

Tints of Purple Heart #781CC6

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.09%

 BLUE value IS 198 (77.73% from 255) = 57.23%

R = 34.68%
G = 8.09%
B = 57.23%

CMYK

 C value IS 0.39

 M value IS 0.86

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#781CC6 (or 0x781CC6) is known color: Purple Heart. HEX triplet: 78, 1C and C6. RGB value is (120,28,198). Sum of RGB (Red+Green+Blue) = 120+28+198=346 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.68% from 346); Green value is 28 (11.33% from 255 or 8.09% from 346); Blue value is 198 (77.73% from 255 or 57.23% from 346); Max value from RGB is 198 - color contains mainly: blue. Hex color #781CC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781CC6 is #87E339. Grayscale: #4A4A4A. Windows color (decimal): -8905530 or 12983416. OLE color: 12983416.

HSL color Cylindrical-coordinate representation of color #781CC6: hue angle of 272.47º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #781CC6 is Cyan = 0.39, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 120 28 198 -
CMYK 0.39 0.86 0 0.22
HSL 272.47º 0.75% 0.44% -
HSV(B) 272.47º 0.86% 0.78% -
XYZ 18.35 8.9 54.18 -
YUV 74.89 197.48 160.18 -
System Red Green Blue C M Y K H S L
Decimal 120 28 198 0.39 0.86 0 0.22 272.47 0.75 0.44
Hex 78 1C C6 27 56 0 16 110 4B 2C
Octal 170 34 306 47 126 0 26 420 113 54
Binary 1111000 11100 11000110 100111 1010110 0 10110 100010000 1001011 101100

Color Harmonies of #781CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781CC6

Black with #781CC6

Text Example


Text Example

White with #781CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,28,198); }

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

background-color css

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

 a { background-color: rgb(120,28,198); }

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

border-color css

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

 span { border-color: rgb(120,28,198); }

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