Html Css Color HEX #781AB7 Purple Heart

📋 copy color: '#781AB7'

red 120 ◦ green 26 ◦ blue 183

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

Shades of Purple Heart #781AB7

Tints of Purple Heart #781AB7

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.9%

 BLUE value IS 183 (71.88% from 255) = 55.62%

R = 36.47%
G = 7.9%
B = 55.62%

CMYK

 C value IS 0.34

 M value IS 0.86

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#781AB7 (or 0x781AB7) is known color: Purple Heart. HEX triplet: 78, 1A and B7. RGB value is (120,26,183). Sum of RGB (Red+Green+Blue) = 120+26+183=329 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.47% from 329); Green value is 26 (10.55% from 255 or 7.90% from 329); Blue value is 183 (71.88% from 255 or 55.62% from 329); Max value from RGB is 183 - color contains mainly: blue. Hex color #781AB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781AB7 is #87E548. Grayscale: #474747. Windows color (decimal): -8906057 or 11999864. OLE color: 11999864.

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

Color convert

RGB 120 26 183 -
CMYK 0.34 0.86 0 0.28
HSL 275.92º 0.75% 0.41% -
HSV(B) 275.92º 0.86% 0.72% -
XYZ 16.66 8.15 45.49 -
YUV 72 190.64 162.23 -
System Red Green Blue C M Y K H S L
Decimal 120 26 183 0.34 0.86 0 0.28 275.92 0.75 0.41
Hex 78 1A B7 22 56 0 1C 114 4B 29
Octal 170 32 267 42 126 0 34 424 113 51
Binary 1111000 11010 10110111 100010 1010110 0 11100 100010100 1001011 101001

Color Harmonies of #781AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781AB7

Black with #781AB7

Text Example


Text Example

White with #781AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,26,183); }

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

background-color css

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

 a { background-color: rgb(120,26,183); }

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

border-color css

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

 span { border-color: rgb(120,26,183); }

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