Html Css Color HEX #792ACC Purple Heart

📋 copy color: '#792ACC'

red 121 ◦ green 42 ◦ blue 204

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

Shades of Purple Heart #792ACC

Tints of Purple Heart #792ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 55.59%

R = 32.97%
G = 11.44%
B = 55.59%

CMYK

 C value IS 0.41

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#792ACC (or 0x792ACC) is known color: Purple Heart. HEX triplet: 79, 2A and CC. RGB value is (121,42,204). Sum of RGB (Red+Green+Blue) = 121+42+204=367 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.97% from 367); Green value is 42 (16.80% from 255 or 11.44% from 367); Blue value is 204 (80.08% from 255 or 55.59% from 367); Max value from RGB is 204 - color contains mainly: blue. Hex color #792ACC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #792ACC is #86D533. Grayscale: #535353. Windows color (decimal): -8836404 or 13380217. OLE color: 13380217.

HSL color Cylindrical-coordinate representation of color #792ACC: hue angle of 269.26º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #792ACC is Cyan = 0.41, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 121 42 204 -
CMYK 0.41 0.79 0 0.2
HSL 269.26º 0.66% 0.48% -
HSV(B) 269.26º 0.79% 0.8% -
XYZ 19.61 10.08 58.04 -
YUV 84.09 195.67 154.33 -
System Red Green Blue C M Y K H S L
Decimal 121 42 204 0.41 0.79 0 0.2 269.26 0.66 0.48
Hex 79 2A CC 29 4F 0 14 10D 42 30
Octal 171 52 314 51 117 0 24 415 102 60
Binary 1111001 101010 11001100 101001 1001111 0 10100 100001101 1000010 110000

Color Harmonies of #792ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #792ACC

Black with #792ACC

Text Example


Text Example

White with #792ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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