Html Css Color HEX #781ECA Purple Heart

📋 copy color: '#781ECA'

red 120 ◦ green 30 ◦ blue 202

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

Shades of Purple Heart #781ECA

Tints of Purple Heart #781ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 57.39%

R = 34.09%
G = 8.52%
B = 57.39%

CMYK

 C value IS 0.41

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#781ECA (or 0x781ECA) is known color: Purple Heart. HEX triplet: 78, 1E and CA. RGB value is (120,30,202). Sum of RGB (Red+Green+Blue) = 120+30+202=352 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.09% from 352); Green value is 30 (12.11% from 255 or 8.52% from 352); Blue value is 202 (79.30% from 255 or 57.39% from 352); Max value from RGB is 202 - color contains mainly: blue. Hex color #781ECA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781ECA is #87E135. Grayscale: #4B4B4B. Windows color (decimal): -8905014 or 13246072. OLE color: 13246072.

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

Color convert

RGB 120 30 202 -
CMYK 0.41 0.85 0 0.21
HSL 271.4º 0.74% 0.45% -
HSV(B) 271.4º 0.85% 0.79% -
XYZ 18.87 9.19 56.66 -
YUV 76.52 198.82 159.01 -
System Red Green Blue C M Y K H S L
Decimal 120 30 202 0.41 0.85 0 0.21 271.4 0.74 0.45
Hex 78 1E CA 29 55 0 15 10F 4A 2D
Octal 170 36 312 51 125 0 25 417 112 55
Binary 1111000 11110 11001010 101001 1010101 0 10101 100001111 1001010 101101

Color Harmonies of #781ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781ECA

Black with #781ECA

Text Example


Text Example

White with #781ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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