Html Css Color HEX #791CAD Purple Heart

📋 copy color: '#791CAD'

red 121 ◦ green 28 ◦ blue 173

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

Shades of Purple Heart #791CAD

Tints of Purple Heart #791CAD

RGB

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

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

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

R = 37.58%
G = 8.7%
B = 53.73%

CMYK

 C value IS 0.30

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#791CAD (or 0x791CAD) is known color: Purple Heart. HEX triplet: 79, 1C and AD. RGB value is (121,28,173). Sum of RGB (Red+Green+Blue) = 121+28+173=322 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.58% from 322); Green value is 28 (11.33% from 255 or 8.70% from 322); Blue value is 173 (67.97% from 255 or 53.73% from 322); Max value from RGB is 173 - color contains mainly: blue. Hex color #791CAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #791CAD is #86E352. Grayscale: #474747. Windows color (decimal): -8840019 or 11345017. OLE color: 11345017.

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

Color convert

RGB 121 28 173 -
CMYK 0.30 0.84 0 0.32
HSL 278.48º 0.72% 0.39% -
HSV(B) 278.48º 0.84% 0.68% -
XYZ 15.84 7.91 40.23 -
YUV 72.34 184.81 162.71 -
System Red Green Blue C M Y K H S L
Decimal 121 28 173 0.30 0.84 0 0.32 278.48 0.72 0.39
Hex 79 1C AD 1E 54 0 20 116 48 27
Octal 171 34 255 36 124 0 40 426 110 47
Binary 1111001 11100 10101101 11110 1010100 0 100000 100010110 1001000 100111

Color Harmonies of #791CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791CAD

Black with #791CAD

Text Example


Text Example

White with #791CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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