Html Css Color HEX #7918AB Purple Heart

📋 copy color: '#7918AB'

red 121 ◦ green 24 ◦ blue 171

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

Shades of Purple Heart #7918AB

Tints of Purple Heart #7918AB

RGB

 RED value IS 121 (47.66% from 255) = 38.29%

 GREEN value IS 24 (9.77% from 255) = 7.59%

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

R = 38.29%
G = 7.59%
B = 54.11%

CMYK

 C value IS 0.29

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7918AB (or 0x7918AB) is known color: Purple Heart. HEX triplet: 79, 18 and AB. RGB value is (121,24,171). Sum of RGB (Red+Green+Blue) = 121+24+171=316 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.29% from 316); Green value is 24 (9.77% from 255 or 7.59% from 316); Blue value is 171 (67.19% from 255 or 54.11% from 316); Max value from RGB is 171 - color contains mainly: blue. Hex color #7918AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7918AB is #86E754. Grayscale: #454545. Windows color (decimal): -8841045 or 11212921. OLE color: 11212921.

HSL color Cylindrical-coordinate representation of color #7918AB: hue angle of 279.59º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7918AB is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 121 24 171 -
CMYK 0.29 0.86 0 0.33
HSL 279.59º 0.75% 0.38% -
HSV(B) 279.59º 0.86% 0.67% -
XYZ 15.56 7.66 39.19 -
YUV 69.76 185.14 164.55 -
System Red Green Blue C M Y K H S L
Decimal 121 24 171 0.29 0.86 0 0.33 279.59 0.75 0.38
Hex 79 18 AB 1D 56 0 21 118 4B 26
Octal 171 30 253 35 126 0 41 430 113 46
Binary 1111001 11000 10101011 11101 1010110 0 100001 100011000 1001011 100110

Color Harmonies of #7918AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7918AB

Black with #7918AB

Text Example


Text Example

White with #7918AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,24,171); }

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

background-color css

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

 a { background-color: rgb(121,24,171); }

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

border-color css

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

 span { border-color: rgb(121,24,171); }

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