Html Css Color HEX #781EC6 Purple Heart

📋 copy color: '#781EC6'

red 120 ◦ green 30 ◦ blue 198

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

Shades of Purple Heart #781EC6

Tints of Purple Heart #781EC6

RGB

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

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

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

R = 34.48%
G = 8.62%
B = 56.9%

CMYK

 C value IS 0.39

 M value IS 0.85

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#781EC6 (or 0x781EC6) is known color: Purple Heart. HEX triplet: 78, 1E and C6. RGB value is (120,30,198). Sum of RGB (Red+Green+Blue) = 120+30+198=348 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.48% from 348); Green value is 30 (12.11% from 255 or 8.62% from 348); Blue value is 198 (77.73% from 255 or 56.90% from 348); Max value from RGB is 198 - color contains mainly: blue. Hex color #781EC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781EC6 is #87E139. Grayscale: #4B4B4B. Windows color (decimal): -8905018 or 12983928. OLE color: 12983928.

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

Color convert

RGB 120 30 198 -
CMYK 0.39 0.85 0 0.22
HSL 272.14º 0.74% 0.45% -
HSV(B) 272.14º 0.85% 0.78% -
XYZ 18.4 9 54.19 -
YUV 76.06 196.82 159.34 -
System Red Green Blue C M Y K H S L
Decimal 120 30 198 0.39 0.85 0 0.22 272.14 0.74 0.45
Hex 78 1E C6 27 55 0 16 110 4A 2D
Octal 170 36 306 47 125 0 26 420 112 55
Binary 1111000 11110 11000110 100111 1010101 0 10110 100010000 1001010 101101

Color Harmonies of #781EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781EC6

Black with #781EC6

Text Example


Text Example

White with #781EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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