Html Css Color HEX #781ABD Purple Heart

📋 copy color: '#781ABD'

red 120 ◦ green 26 ◦ blue 189

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

Shades of Purple Heart #781ABD

Tints of Purple Heart #781ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 56.42%

R = 35.82%
G = 7.76%
B = 56.42%

CMYK

 C value IS 0.37

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#781ABD (or 0x781ABD) is known color: Purple Heart. HEX triplet: 78, 1A and BD. RGB value is (120,26,189). Sum of RGB (Red+Green+Blue) = 120+26+189=335 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.82% from 335); Green value is 26 (10.55% from 255 or 7.76% from 335); Blue value is 189 (74.22% from 255 or 56.42% from 335); Max value from RGB is 189 - color contains mainly: blue. Hex color #781ABD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781ABD is #87E542. Grayscale: #484848. Windows color (decimal): -8906051 or 12393080. OLE color: 12393080.

HSL color Cylindrical-coordinate representation of color #781ABD: hue angle of 274.6º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #781ABD is Cyan = 0.37, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 120 26 189 -
CMYK 0.37 0.86 0 0.26
HSL 274.6º 0.76% 0.42% -
HSV(B) 274.6º 0.86% 0.74% -
XYZ 17.3 8.41 48.85 -
YUV 72.69 193.64 161.75 -
System Red Green Blue C M Y K H S L
Decimal 120 26 189 0.37 0.86 0 0.26 274.6 0.76 0.42
Hex 78 1A BD 25 56 0 1A 113 4C 2A
Octal 170 32 275 45 126 0 32 423 114 52
Binary 1111000 11010 10111101 100101 1010110 0 11010 100010011 1001100 101010

Color Harmonies of #781ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781ABD

Black with #781ABD

Text Example


Text Example

White with #781ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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