Html Css Color HEX #792ACD Purple Heart

📋 copy color: '#792ACD'

red 121 ◦ green 42 ◦ blue 205

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

Shades of Purple Heart #792ACD

Tints of Purple Heart #792ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 55.71%

R = 32.88%
G = 11.41%
B = 55.71%

CMYK

 C value IS 0.41

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#792ACD (or 0x792ACD) is known color: Purple Heart. HEX triplet: 79, 2A and CD. RGB value is (121,42,205). Sum of RGB (Red+Green+Blue) = 121+42+205=368 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.88% from 368); Green value is 42 (16.80% from 255 or 11.41% from 368); Blue value is 205 (80.47% from 255 or 55.71% from 368); Max value from RGB is 205 - color contains mainly: blue. Hex color #792ACD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #792ACD is #86D532. Grayscale: #535353. Windows color (decimal): -8836403 or 13445753. OLE color: 13445753.

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

Color convert

RGB 121 42 205 -
CMYK 0.41 0.80 0 0.20
HSL 269.08º 0.66% 0.48% -
HSV(B) 269.08º 0.8% 0.8% -
XYZ 19.73 10.13 58.67 -
YUV 84.2 196.17 154.25 -
System Red Green Blue C M Y K H S L
Decimal 121 42 205 0.41 0.80 0 0.20 269.08 0.66 0.48
Hex 79 2A CD 29 50 0 14 10D 42 30
Octal 171 52 315 51 120 0 24 415 102 60
Binary 1111001 101010 11001101 101001 1010000 0 10100 100001101 1000010 110000

Color Harmonies of #792ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #792ACD

Black with #792ACD

Text Example


Text Example

White with #792ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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