Html Css Color HEX #781ABA Purple Heart

📋 copy color: '#781ABA'

red 120 ◦ green 26 ◦ blue 186

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

Shades of Purple Heart #781ABA

Tints of Purple Heart #781ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 56.02%

R = 36.14%
G = 7.83%
B = 56.02%

CMYK

 C value IS 0.35

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#781ABA (or 0x781ABA) is known color: Purple Heart. HEX triplet: 78, 1A and BA. RGB value is (120,26,186). Sum of RGB (Red+Green+Blue) = 120+26+186=332 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.14% from 332); Green value is 26 (10.55% from 255 or 7.83% from 332); Blue value is 186 (73.05% from 255 or 56.02% from 332); Max value from RGB is 186 - color contains mainly: blue. Hex color #781ABA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781ABA is #87E545. Grayscale: #474747. Windows color (decimal): -8906054 or 12196472. OLE color: 12196472.

HSL color Cylindrical-coordinate representation of color #781ABA: hue angle of 275.25º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #781ABA is Cyan = 0.35, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 120 26 186 -
CMYK 0.35 0.86 0 0.27
HSL 275.25º 0.75% 0.42% -
HSV(B) 275.25º 0.86% 0.73% -
XYZ 16.98 8.28 47.16 -
YUV 72.35 192.14 161.99 -
System Red Green Blue C M Y K H S L
Decimal 120 26 186 0.35 0.86 0 0.27 275.25 0.75 0.42
Hex 78 1A BA 23 56 0 1B 113 4B 2A
Octal 170 32 272 43 126 0 33 423 113 52
Binary 1111000 11010 10111010 100011 1010110 0 11011 100010011 1001011 101010

Color Harmonies of #781ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781ABA

Black with #781ABA

Text Example


Text Example

White with #781ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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