Html Css Color HEX #792ACE Purple Heart

📋 copy color: '#792ACE'

red 121 ◦ green 42 ◦ blue 206

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

Shades of Purple Heart #792ACE

Tints of Purple Heart #792ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 55.83%

R = 32.79%
G = 11.38%
B = 55.83%

CMYK

 C value IS 0.41

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#792ACE (or 0x792ACE) is known color: Purple Heart. HEX triplet: 79, 2A and CE. RGB value is (121,42,206). Sum of RGB (Red+Green+Blue) = 121+42+206=369 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.79% from 369); Green value is 42 (16.80% from 255 or 11.38% from 369); Blue value is 206 (80.86% from 255 or 55.83% from 369); Max value from RGB is 206 - color contains mainly: blue. Hex color #792ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #792ACE is #86D531. Grayscale: #535353. Windows color (decimal): -8836402 or 13511289. OLE color: 13511289.

HSL color Cylindrical-coordinate representation of color #792ACE: hue angle of 268.9º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #792ACE is Cyan = 0.41, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 121 42 206 -
CMYK 0.41 0.80 0 0.19
HSL 268.9º 0.66% 0.49% -
HSV(B) 268.9º 0.8% 0.81% -
XYZ 19.85 10.18 59.31 -
YUV 84.32 196.67 154.16 -
System Red Green Blue C M Y K H S L
Decimal 121 42 206 0.41 0.80 0 0.19 268.9 0.66 0.49
Hex 79 2A CE 29 50 0 13 10D 42 31
Octal 171 52 316 51 120 0 23 415 102 61
Binary 1111001 101010 11001110 101001 1010000 0 10011 100001101 1000010 110001

Color Harmonies of #792ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #792ACE

Black with #792ACE

Text Example


Text Example

White with #792ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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