Html Css Color HEX #7814AB Purple Heart

📋 copy color: '#7814AB'

red 120 ◦ green 20 ◦ blue 171

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

Shades of Purple Heart #7814AB

Tints of Purple Heart #7814AB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.43%

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

R = 38.59%
G = 6.43%
B = 54.98%

CMYK

 C value IS 0.30

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7814AB (or 0x7814AB) is known color: Purple Heart. HEX triplet: 78, 14 and AB. RGB value is (120,20,171). Sum of RGB (Red+Green+Blue) = 120+20+171=311 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.59% from 311); Green value is 20 (8.20% from 255 or 6.43% from 311); Blue value is 171 (67.19% from 255 or 54.98% from 311); Max value from RGB is 171 - color contains mainly: blue. Hex color #7814AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7814AB is #87EB54. Grayscale: #424242. Windows color (decimal): -8907605 or 11211896. OLE color: 11211896.

HSL color Cylindrical-coordinate representation of color #7814AB: hue angle of 279.74º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7814AB is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 120 20 171 -
CMYK 0.30 0.88 0 0.33
HSL 279.74º 0.79% 0.37% -
HSV(B) 279.74º 0.88% 0.67% -
XYZ 15.35 7.43 39.15 -
YUV 67.11 186.63 165.72 -
System Red Green Blue C M Y K H S L
Decimal 120 20 171 0.30 0.88 0 0.33 279.74 0.79 0.37
Hex 78 14 AB 1E 58 0 21 118 4F 25
Octal 170 24 253 36 130 0 41 430 117 45
Binary 1111000 10100 10101011 11110 1011000 0 100001 100011000 1001111 100101

Color Harmonies of #7814AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7814AB

Black with #7814AB

Text Example


Text Example

White with #7814AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7814AB; }

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

 H1.HeaderClassName
 {
   color: #7814AB;
 }
 .AnyTagClassName
 {
   color: #7814AB;
 }
</style>

background-color css

<style>
 a { background-color: #7814AB; }

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

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

border-color css

<style>
 span { border-color: #7814AB; }

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

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