Html Css Color HEX #791EBA Purple Heart

📋 copy color: '#791EBA'

red 121 ◦ green 30 ◦ blue 186

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

Shades of Purple Heart #791EBA

Tints of Purple Heart #791EBA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.9%

 BLUE value IS 186 (73.05% from 255) = 55.19%

R = 35.91%
G = 8.9%
B = 55.19%

CMYK

 C value IS 0.35

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#791EBA (or 0x791EBA) is known color: Purple Heart. HEX triplet: 79, 1E and BA. RGB value is (121,30,186). Sum of RGB (Red+Green+Blue) = 121+30+186=337 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.91% from 337); Green value is 30 (12.11% from 255 or 8.90% from 337); Blue value is 186 (73.05% from 255 or 55.19% from 337); Max value from RGB is 186 - color contains mainly: blue. Hex color #791EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #791EBA is #86E145. Grayscale: #4A4A4A. Windows color (decimal): -8839494 or 12197497. OLE color: 12197497.

HSL color Cylindrical-coordinate representation of color #791EBA: hue angle of 275º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #791EBA is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 121 30 186 -
CMYK 0.35 0.84 0 0.27
HSL 275º 0.72% 0.42% -
HSV(B) 275º 0.84% 0.73% -
XYZ 17.21 8.54 47.2 -
YUV 74.99 190.65 160.82 -
System Red Green Blue C M Y K H S L
Decimal 121 30 186 0.35 0.84 0 0.27 275 0.72 0.42
Hex 79 1E BA 23 54 0 1B 113 48 2A
Octal 171 36 272 43 124 0 33 423 110 52
Binary 1111001 11110 10111010 100011 1010100 0 11011 100010011 1001000 101010

Color Harmonies of #791EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791EBA

Black with #791EBA

Text Example


Text Example

White with #791EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,30,186); }

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

background-color css

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

 a { background-color: rgb(121,30,186); }

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

border-color css

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

 span { border-color: rgb(121,30,186); }

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