Html Css Color HEX #791DAF Purple Heart

📋 copy color: '#791DAF'

red 121 ◦ green 29 ◦ blue 175

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

Shades of Purple Heart #791DAF

Tints of Purple Heart #791DAF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.92%

 BLUE value IS 175 (68.75% from 255) = 53.85%

R = 37.23%
G = 8.92%
B = 53.85%

CMYK

 C value IS 0.31

 M value IS 0.83

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#791DAF (or 0x791DAF) is known color: Purple Heart. HEX triplet: 79, 1D and AF. RGB value is (121,29,175). Sum of RGB (Red+Green+Blue) = 121+29+175=325 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.23% from 325); Green value is 29 (11.72% from 255 or 8.92% from 325); Blue value is 175 (68.75% from 255 or 53.85% from 325); Max value from RGB is 175 - color contains mainly: blue. Hex color #791DAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #791DAF is #86E250. Grayscale: #484848. Windows color (decimal): -8839761 or 11476345. OLE color: 11476345.

HSL color Cylindrical-coordinate representation of color #791DAF: hue angle of 277.81º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #791DAF is Cyan = 0.31, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 121 29 175 -
CMYK 0.31 0.83 0 0.31
HSL 277.81º 0.72% 0.4% -
HSV(B) 277.81º 0.83% 0.69% -
XYZ 16.06 8.04 41.26 -
YUV 73.15 185.48 162.13 -
System Red Green Blue C M Y K H S L
Decimal 121 29 175 0.31 0.83 0 0.31 277.81 0.72 0.4
Hex 79 1D AF 1F 53 0 1F 116 48 28
Octal 171 35 257 37 123 0 37 426 110 50
Binary 1111001 11101 10101111 11111 1010011 0 11111 100010110 1001000 101000

Color Harmonies of #791DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791DAF

Black with #791DAF

Text Example


Text Example

White with #791DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,29,175); }

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

background-color css

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

 a { background-color: rgb(121,29,175); }

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

border-color css

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

 span { border-color: rgb(121,29,175); }

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