Html Css Color HEX #791CB2 Purple Heart

📋 copy color: '#791CB2'

red 121 ◦ green 28 ◦ blue 178

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

Shades of Purple Heart #791CB2

Tints of Purple Heart #791CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 54.43%

R = 37%
G = 8.56%
B = 54.43%

CMYK

 C value IS 0.32

 M value IS 0.84

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#791CB2 (or 0x791CB2) is known color: Purple Heart. HEX triplet: 79, 1C and B2. RGB value is (121,28,178). Sum of RGB (Red+Green+Blue) = 121+28+178=327 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.00% from 327); Green value is 28 (11.33% from 255 or 8.56% from 327); Blue value is 178 (69.92% from 255 or 54.43% from 327); Max value from RGB is 178 - color contains mainly: blue. Hex color #791CB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #791CB2 is #86E34D. Grayscale: #484848. Windows color (decimal): -8840014 or 11672697. OLE color: 11672697.

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

Color convert

RGB 121 28 178 -
CMYK 0.32 0.84 0 0.30
HSL 277.2º 0.73% 0.4% -
HSV(B) 277.2º 0.84% 0.7% -
XYZ 16.34 8.11 42.82 -
YUV 72.91 187.31 162.3 -
System Red Green Blue C M Y K H S L
Decimal 121 28 178 0.32 0.84 0 0.30 277.2 0.73 0.4
Hex 79 1C B2 20 54 0 1E 115 49 28
Octal 171 34 262 40 124 0 36 425 111 50
Binary 1111001 11100 10110010 100000 1010100 0 11110 100010101 1001001 101000

Color Harmonies of #791CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791CB2

Black with #791CB2

Text Example


Text Example

White with #791CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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