Html Css Color HEX #781ECD Purple Heart

📋 copy color: '#781ECD'

red 120 ◦ green 30 ◦ blue 205

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

Shades of Purple Heart #781ECD

Tints of Purple Heart #781ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 57.75%

R = 33.8%
G = 8.45%
B = 57.75%

CMYK

 C value IS 0.41

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#781ECD (or 0x781ECD) is known color: Purple Heart. HEX triplet: 78, 1E and CD. RGB value is (120,30,205). Sum of RGB (Red+Green+Blue) = 120+30+205=355 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.80% from 355); Green value is 30 (12.11% from 255 or 8.45% from 355); Blue value is 205 (80.47% from 255 or 57.75% from 355); Max value from RGB is 205 - color contains mainly: blue. Hex color #781ECD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781ECD is #87E132. Grayscale: #4C4C4C. Windows color (decimal): -8905011 or 13442680. OLE color: 13442680.

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

Color convert

RGB 120 30 205 -
CMYK 0.41 0.85 0 0.20
HSL 270.86º 0.74% 0.46% -
HSV(B) 270.86º 0.85% 0.8% -
XYZ 19.23 9.33 58.54 -
YUV 76.86 200.32 158.77 -
System Red Green Blue C M Y K H S L
Decimal 120 30 205 0.41 0.85 0 0.20 270.86 0.74 0.46
Hex 78 1E CD 29 55 0 14 10F 4A 2E
Octal 170 36 315 51 125 0 24 417 112 56
Binary 1111000 11110 11001101 101001 1010101 0 10100 100001111 1001010 101110

Color Harmonies of #781ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781ECD

Black with #781ECD

Text Example


Text Example

White with #781ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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