Html Css Color HEX #792EBA Purple Heart

📋 copy color: '#792EBA'

red 121 ◦ green 46 ◦ blue 186

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

Shades of Purple Heart #792EBA

Tints of Purple Heart #792EBA

RGB

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

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

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

R = 34.28%
G = 13.03%
B = 52.69%

CMYK

 C value IS 0.35

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#792EBA (or 0x792EBA) is known color: Purple Heart. HEX triplet: 79, 2E and BA. RGB value is (121,46,186). Sum of RGB (Red+Green+Blue) = 121+46+186=353 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.28% from 353); Green value is 46 (18.36% from 255 or 13.03% from 353); Blue value is 186 (73.05% from 255 or 52.69% from 353); Max value from RGB is 186 - color contains mainly: blue. Hex color #792EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #792EBA is #86D145. Grayscale: #535353. Windows color (decimal): -8835398 or 12201593. OLE color: 12201593.

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

Color convert

RGB 121 46 186 -
CMYK 0.35 0.75 0 0.27
HSL 272.14º 0.6% 0.45% -
HSV(B) 272.14º 0.75% 0.73% -
XYZ 17.73 9.56 47.37 -
YUV 84.39 185.35 154.12 -
System Red Green Blue C M Y K H S L
Decimal 121 46 186 0.35 0.75 0 0.27 272.14 0.6 0.45
Hex 79 2E BA 23 4B 0 1B 110 3C 2D
Octal 171 56 272 43 113 0 33 420 74 55
Binary 1111001 101110 10111010 100011 1001011 0 11011 100010000 111100 101101

Color Harmonies of #792EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #792EBA

Black with #792EBA

Text Example


Text Example

White with #792EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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