Html Css Color HEX #791FAD Purple Heart

📋 copy color: '#791FAD'

red 121 ◦ green 31 ◦ blue 173

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

Shades of Purple Heart #791FAD

Tints of Purple Heart #791FAD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.54%

 BLUE value IS 173 (67.97% from 255) = 53.23%

R = 37.23%
G = 9.54%
B = 53.23%

CMYK

 C value IS 0.30

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#791FAD (or 0x791FAD) is known color: Purple Heart. HEX triplet: 79, 1F and AD. RGB value is (121,31,173). Sum of RGB (Red+Green+Blue) = 121+31+173=325 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.23% from 325); Green value is 31 (12.5% from 255 or 9.54% from 325); Blue value is 173 (67.97% from 255 or 53.23% from 325); Max value from RGB is 173 - color contains mainly: blue. Hex color #791FAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #791FAD is #86E052. Grayscale: #494949. Windows color (decimal): -8839251 or 11345785. OLE color: 11345785.

HSL color Cylindrical-coordinate representation of color #791FAD: hue angle of 278.03º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #791FAD is Cyan = 0.30, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 121 31 173 -
CMYK 0.30 0.82 0 0.32
HSL 278.03º 0.7% 0.4% -
HSV(B) 278.03º 0.82% 0.68% -
XYZ 15.92 8.06 40.25 -
YUV 74.1 183.82 161.45 -
System Red Green Blue C M Y K H S L
Decimal 121 31 173 0.30 0.82 0 0.32 278.03 0.7 0.4
Hex 79 1F AD 1E 52 0 20 116 46 28
Octal 171 37 255 36 122 0 40 426 106 50
Binary 1111001 11111 10101101 11110 1010010 0 100000 100010110 1000110 101000

Color Harmonies of #791FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791FAD

Black with #791FAD

Text Example


Text Example

White with #791FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791FAD; }

 p { color: rgb(121,31,173); }

 H1.HeaderClassName
 {
   color: #791FAD;
 }
 .AnyTagClassName
 {
   color: #791FAD;
 }
</style>

background-color css

<style>
 a { background-color: #791FAD; }

 a { background-color: rgb(121,31,173); }

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

border-color css

<style>
 span { border-color: #791FAD; }

 span { border-color: rgb(121,31,173); }

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