Html Css Color HEX #781CAB Purple Heart

📋 copy color: '#781CAB'

red 120 ◦ green 28 ◦ blue 171

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

Shades of Purple Heart #781CAB

Tints of Purple Heart #781CAB

RGB

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

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

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

R = 37.62%
G = 8.78%
B = 53.61%

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

#781CAB (or 0x781CAB) is known color: Purple Heart. HEX triplet: 78, 1C and AB. RGB value is (120,28,171). Sum of RGB (Red+Green+Blue) = 120+28+171=319 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.62% from 319); Green value is 28 (11.33% from 255 or 8.78% from 319); Blue value is 171 (67.19% from 255 or 53.61% from 319); Max value from RGB is 171 - color contains mainly: blue. Hex color #781CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #781CAB is #87E354. Grayscale: #474747. Windows color (decimal): -8905557 or 11213944. OLE color: 11213944.

HSL color Cylindrical-coordinate representation of color #781CAB: hue angle of 278.6º degrees, saturation: 0.72, 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 #781CAB is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 120 28 171 -
CMYK 0.30 0.84 0 0.33
HSL 278.6º 0.72% 0.39% -
HSV(B) 278.6º 0.84% 0.67% -
XYZ 15.51 7.76 39.21 -
YUV 71.81 183.98 162.37 -
System Red Green Blue C M Y K H S L
Decimal 120 28 171 0.30 0.84 0 0.33 278.6 0.72 0.39
Hex 78 1C AB 1E 54 0 21 117 48 27
Octal 170 34 253 36 124 0 41 427 110 47
Binary 1111000 11100 10101011 11110 1010100 0 100001 100010111 1001000 100111

Color Harmonies of #781CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781CAB

Black with #781CAB

Text Example


Text Example

White with #781CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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