Html Css Color HEX #792EB2 Purple Heart

📋 copy color: '#792EB2'

red 121 ◦ green 46 ◦ blue 178

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

Shades of Purple Heart #792EB2

Tints of Purple Heart #792EB2

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.33%

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

R = 35.07%
G = 13.33%
B = 51.59%

CMYK

 C value IS 0.32

 M value IS 0.74

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#792EB2 (or 0x792EB2) is known color: Purple Heart. HEX triplet: 79, 2E and B2. RGB value is (121,46,178). Sum of RGB (Red+Green+Blue) = 121+46+178=345 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.07% from 345); Green value is 46 (18.36% from 255 or 13.33% from 345); Blue value is 178 (69.92% from 255 or 51.59% from 345); Max value from RGB is 178 - color contains mainly: blue. Hex color #792EB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #792EB2 is #86D14D. Grayscale: #535353. Windows color (decimal): -8835406 or 11677305. OLE color: 11677305.

HSL color Cylindrical-coordinate representation of color #792EB2: hue angle of 274.09º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #792EB2 is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 121 46 178 -
CMYK 0.32 0.74 0 0.30
HSL 274.09º 0.59% 0.44% -
HSV(B) 274.09º 0.74% 0.7% -
XYZ 16.9 9.23 43.01 -
YUV 83.47 181.35 154.77 -
System Red Green Blue C M Y K H S L
Decimal 121 46 178 0.32 0.74 0 0.30 274.09 0.59 0.44
Hex 79 2E B2 20 4A 0 1E 112 3B 2C
Octal 171 56 262 40 112 0 36 422 73 54
Binary 1111001 101110 10110010 100000 1001010 0 11110 100010010 111011 101100

Color Harmonies of #792EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #792EB2

Black with #792EB2

Text Example


Text Example

White with #792EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #792EB2; }

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

 H1.HeaderClassName
 {
   color: #792EB2;
 }
 .AnyTagClassName
 {
   color: #792EB2;
 }
</style>

background-color css

<style>
 a { background-color: #792EB2; }

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

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

border-color css

<style>
 span { border-color: #792EB2; }

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

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