Html Css Color HEX #791AAB Purple Heart

📋 copy color: '#791AAB'

red 121 ◦ green 26 ◦ blue 171

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

Shades of Purple Heart #791AAB

Tints of Purple Heart #791AAB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.18%

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

R = 38.05%
G = 8.18%
B = 53.77%

CMYK

 C value IS 0.29

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#791AAB (or 0x791AAB) is known color: Purple Heart. HEX triplet: 79, 1A and AB. RGB value is (121,26,171). Sum of RGB (Red+Green+Blue) = 121+26+171=318 (42% of max value = 765). Red value is 121 (47.66% from 255 or 38.05% from 318); Green value is 26 (10.55% from 255 or 8.18% from 318); Blue value is 171 (67.19% from 255 or 53.77% from 318); Max value from RGB is 171 - color contains mainly: blue. Hex color #791AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #791AAB is #86E554. Grayscale: #464646. Windows color (decimal): -8840533 or 11213433. OLE color: 11213433.

HSL color Cylindrical-coordinate representation of color #791AAB: hue angle of 279.31º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #791AAB is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 121 26 171 -
CMYK 0.29 0.85 0 0.33
HSL 279.31º 0.74% 0.39% -
HSV(B) 279.31º 0.85% 0.67% -
XYZ 15.61 7.74 39.2 -
YUV 70.94 184.47 163.71 -
System Red Green Blue C M Y K H S L
Decimal 121 26 171 0.29 0.85 0 0.33 279.31 0.74 0.39
Hex 79 1A AB 1D 55 0 21 117 4A 27
Octal 171 32 253 35 125 0 41 427 112 47
Binary 1111001 11010 10101011 11101 1010101 0 100001 100010111 1001010 100111

Color Harmonies of #791AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791AAB

Black with #791AAB

Text Example


Text Example

White with #791AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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