Html Css Color HEX #781DCC Purple Heart

📋 copy color: '#781DCC'

red 120 ◦ green 29 ◦ blue 204

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

Shades of Purple Heart #781DCC

Tints of Purple Heart #781DCC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.22%

 BLUE value IS 204 (80.08% from 255) = 57.79%

R = 33.99%
G = 8.22%
B = 57.79%

CMYK

 C value IS 0.41

 M value IS 0.86

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#781DCC (or 0x781DCC) is known color: Purple Heart. HEX triplet: 78, 1D and CC. RGB value is (120,29,204). Sum of RGB (Red+Green+Blue) = 120+29+204=353 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.99% from 353); Green value is 29 (11.72% from 255 or 8.22% from 353); Blue value is 204 (80.08% from 255 or 57.79% from 353); Max value from RGB is 204 - color contains mainly: blue. Hex color #781DCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781DCC is #87E233. Grayscale: #4B4B4B. Windows color (decimal): -8905268 or 13376888. OLE color: 13376888.

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

Color convert

RGB 120 29 204 -
CMYK 0.41 0.86 0 0.2
HSL 271.2º 0.75% 0.46% -
HSV(B) 271.2º 0.86% 0.8% -
XYZ 19.08 9.23 57.9 -
YUV 76.16 200.15 159.27 -
System Red Green Blue C M Y K H S L
Decimal 120 29 204 0.41 0.86 0 0.2 271.2 0.75 0.46
Hex 78 1D CC 29 56 0 14 10F 4B 2E
Octal 170 35 314 51 126 0 24 417 113 56
Binary 1111000 11101 11001100 101001 1010110 0 10100 100001111 1001011 101110

Color Harmonies of #781DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781DCC

Black with #781DCC

Text Example


Text Example

White with #781DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,29,204); }

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

background-color css

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

 a { background-color: rgb(120,29,204); }

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

border-color css

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

 span { border-color: rgb(120,29,204); }

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