Html Css Color HEX #791BAB Purple Heart

📋 copy color: '#791BAB'

red 121 ◦ green 27 ◦ blue 171

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

Shades of Purple Heart #791BAB

Tints of Purple Heart #791BAB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.46%

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

R = 37.93%
G = 8.46%
B = 53.61%

CMYK

 C value IS 0.29

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#791BAB (or 0x791BAB) is known color: Purple Heart. HEX triplet: 79, 1B and AB. RGB value is (121,27,171). Sum of RGB (Red+Green+Blue) = 121+27+171=319 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.93% from 319); Green value is 27 (10.94% from 255 or 8.46% from 319); Blue value is 171 (67.19% from 255 or 53.61% from 319); Max value from RGB is 171 - color contains mainly: blue. Hex color #791BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #791BAB is #86E454. Grayscale: #474747. Windows color (decimal): -8840277 or 11213689. OLE color: 11213689.

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

Color convert

RGB 121 27 171 -
CMYK 0.29 0.84 0 0.33
HSL 279.17º 0.73% 0.39% -
HSV(B) 279.17º 0.84% 0.67% -
XYZ 15.63 7.79 39.21 -
YUV 71.52 184.14 163.29 -
System Red Green Blue C M Y K H S L
Decimal 121 27 171 0.29 0.84 0 0.33 279.17 0.73 0.39
Hex 79 1B AB 1D 54 0 21 117 49 27
Octal 171 33 253 35 124 0 41 427 111 47
Binary 1111001 11011 10101011 11101 1010100 0 100001 100010111 1001001 100111

Color Harmonies of #791BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791BAB

Black with #791BAB

Text Example


Text Example

White with #791BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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