Html Css Color HEX #791DB2 Purple Heart

📋 copy color: '#791DB2'

red 121 ◦ green 29 ◦ blue 178

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

Shades of Purple Heart #791DB2

Tints of Purple Heart #791DB2

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.84%

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

R = 36.89%
G = 8.84%
B = 54.27%

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

#791DB2 (or 0x791DB2) is known color: Purple Heart. HEX triplet: 79, 1D and B2. RGB value is (121,29,178). Sum of RGB (Red+Green+Blue) = 121+29+178=328 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.89% from 328); Green value is 29 (11.72% from 255 or 8.84% from 328); Blue value is 178 (69.92% from 255 or 54.27% from 328); Max value from RGB is 178 - color contains mainly: blue. Hex color #791DB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #791DB2 is #86E24D. Grayscale: #484848. Windows color (decimal): -8839758 or 11672953. OLE color: 11672953.

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

Color convert

RGB 121 29 178 -
CMYK 0.32 0.84 0 0.30
HSL 277.05º 0.72% 0.41% -
HSV(B) 277.05º 0.84% 0.7% -
XYZ 16.36 8.16 42.83 -
YUV 73.49 186.98 161.88 -
System Red Green Blue C M Y K H S L
Decimal 121 29 178 0.32 0.84 0 0.30 277.05 0.72 0.41
Hex 79 1D B2 20 54 0 1E 115 48 29
Octal 171 35 262 40 124 0 36 425 110 51
Binary 1111001 11101 10110010 100000 1010100 0 11110 100010101 1001000 101001

Color Harmonies of #791DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791DB2

Black with #791DB2

Text Example


Text Example

White with #791DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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