Html Css Color HEX #792ABE Purple Heart

📋 copy color: '#792ABE'

red 121 ◦ green 42 ◦ blue 190

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

Shades of Purple Heart #792ABE

Tints of Purple Heart #792ABE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.9%

 BLUE value IS 190 (74.61% from 255) = 53.82%

R = 34.28%
G = 11.9%
B = 53.82%

CMYK

 C value IS 0.36

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#792ABE (or 0x792ABE) is known color: Purple Heart. HEX triplet: 79, 2A and BE. RGB value is (121,42,190). Sum of RGB (Red+Green+Blue) = 121+42+190=353 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.28% from 353); Green value is 42 (16.80% from 255 or 11.90% from 353); Blue value is 190 (74.61% from 255 or 53.82% from 353); Max value from RGB is 190 - color contains mainly: blue. Hex color #792ABE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #792ABE is #86D541. Grayscale: #515151. Windows color (decimal): -8836418 or 12462713. OLE color: 12462713.

HSL color Cylindrical-coordinate representation of color #792ABE: hue angle of 272.03º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #792ABE is Cyan = 0.36, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 121 42 190 -
CMYK 0.36 0.78 0 0.25
HSL 272.03º 0.64% 0.45% -
HSV(B) 272.03º 0.78% 0.75% -
XYZ 18.01 9.44 49.59 -
YUV 82.49 188.67 155.47 -
System Red Green Blue C M Y K H S L
Decimal 121 42 190 0.36 0.78 0 0.25 272.03 0.64 0.45
Hex 79 2A BE 24 4E 0 19 110 40 2D
Octal 171 52 276 44 116 0 31 420 100 55
Binary 1111001 101010 10111110 100100 1001110 0 11001 100010000 1000000 101101

Color Harmonies of #792ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #792ABE

Black with #792ABE

Text Example


Text Example

White with #792ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,42,190); }

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

background-color css

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

 a { background-color: rgb(121,42,190); }

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

border-color css

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

 span { border-color: rgb(121,42,190); }

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