Html Css Color HEX #781CBE Purple Heart

📋 copy color: '#781CBE'

red 120 ◦ green 28 ◦ blue 190

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

Shades of Purple Heart #781CBE

Tints of Purple Heart #781CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 56.21%

R = 35.5%
G = 8.28%
B = 56.21%

CMYK

 C value IS 0.37

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#781CBE (or 0x781CBE) is known color: Purple Heart. HEX triplet: 78, 1C and BE. RGB value is (120,28,190). Sum of RGB (Red+Green+Blue) = 120+28+190=338 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.50% from 338); Green value is 28 (11.33% from 255 or 8.28% from 338); Blue value is 190 (74.61% from 255 or 56.21% from 338); Max value from RGB is 190 - color contains mainly: blue. Hex color #781CBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781CBE is #87E341. Grayscale: #494949. Windows color (decimal): -8905538 or 12459128. OLE color: 12459128.

HSL color Cylindrical-coordinate representation of color #781CBE: hue angle of 274.07º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #781CBE is Cyan = 0.37, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 120 28 190 -
CMYK 0.37 0.85 0 0.25
HSL 274.07º 0.74% 0.43% -
HSV(B) 274.07º 0.85% 0.75% -
XYZ 17.46 8.54 49.44 -
YUV 73.98 193.48 160.83 -
System Red Green Blue C M Y K H S L
Decimal 120 28 190 0.37 0.85 0 0.25 274.07 0.74 0.43
Hex 78 1C BE 25 55 0 19 112 4A 2B
Octal 170 34 276 45 125 0 31 422 112 53
Binary 1111000 11100 10111110 100101 1010101 0 11001 100010010 1001010 101011

Color Harmonies of #781CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781CBE

Black with #781CBE

Text Example


Text Example

White with #781CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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