Html Css Color HEX #791CB0 Purple Heart

📋 copy color: '#791CB0'

red 121 ◦ green 28 ◦ blue 176

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

Shades of Purple Heart #791CB0

Tints of Purple Heart #791CB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 54.15%

R = 37.23%
G = 8.62%
B = 54.15%

CMYK

 C value IS 0.31

 M value IS 0.84

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#791CB0 (or 0x791CB0) is known color: Purple Heart. HEX triplet: 79, 1C and B0. RGB value is (121,28,176). Sum of RGB (Red+Green+Blue) = 121+28+176=325 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.23% from 325); Green value is 28 (11.33% from 255 or 8.62% from 325); Blue value is 176 (69.14% from 255 or 54.15% from 325); Max value from RGB is 176 - color contains mainly: blue. Hex color #791CB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #791CB0 is #86E34F. Grayscale: #484848. Windows color (decimal): -8840016 or 11541625. OLE color: 11541625.

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

Color convert

RGB 121 28 176 -
CMYK 0.31 0.84 0 0.31
HSL 277.7º 0.73% 0.4% -
HSV(B) 277.7º 0.84% 0.69% -
XYZ 16.14 8.03 41.77 -
YUV 72.68 186.31 162.47 -
System Red Green Blue C M Y K H S L
Decimal 121 28 176 0.31 0.84 0 0.31 277.7 0.73 0.4
Hex 79 1C B0 1F 54 0 1F 116 49 28
Octal 171 34 260 37 124 0 37 426 111 50
Binary 1111001 11100 10110000 11111 1010100 0 11111 100010110 1001001 101000

Color Harmonies of #791CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791CB0

Black with #791CB0

Text Example


Text Example

White with #791CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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