Html Css Color HEX #781BAB Purple Heart

📋 copy color: '#781BAB'

red 120 ◦ green 27 ◦ blue 171

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

Shades of Purple Heart #781BAB

Tints of Purple Heart #781BAB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.49%

 BLUE value IS 171 (67.19% from 255) = 53.77%

R = 37.74%
G = 8.49%
B = 53.77%

CMYK

 C value IS 0.30

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#781BAB (or 0x781BAB) is known color: Purple Heart. HEX triplet: 78, 1B and AB. RGB value is (120,27,171). Sum of RGB (Red+Green+Blue) = 120+27+171=318 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.74% from 318); Green value is 27 (10.94% from 255 or 8.49% from 318); Blue value is 171 (67.19% from 255 or 53.77% from 318); Max value from RGB is 171 - color contains mainly: blue. Hex color #781BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #781BAB is #87E454. Grayscale: #464646. Windows color (decimal): -8905813 or 11213688. OLE color: 11213688.

HSL color Cylindrical-coordinate representation of color #781BAB: hue angle of 278.75º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #781BAB is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 120 27 171 -
CMYK 0.30 0.84 0 0.33
HSL 278.75º 0.73% 0.39% -
HSV(B) 278.75º 0.84% 0.67% -
XYZ 15.49 7.72 39.2 -
YUV 71.22 184.31 162.79 -
System Red Green Blue C M Y K H S L
Decimal 120 27 171 0.30 0.84 0 0.33 278.75 0.73 0.39
Hex 78 1B AB 1E 54 0 21 117 49 27
Octal 170 33 253 36 124 0 41 427 111 47
Binary 1111000 11011 10101011 11110 1010100 0 100001 100010111 1001001 100111

Color Harmonies of #781BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781BAB

Black with #781BAB

Text Example


Text Example

White with #781BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,27,171); }

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

background-color css

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

 a { background-color: rgb(120,27,171); }

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

border-color css

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

 span { border-color: rgb(120,27,171); }

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