Html Css Color HEX #790FAD Purple Heart

📋 copy color: '#790FAD'

red 121 ◦ green 15 ◦ blue 173

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

Shades of Purple Heart #790FAD

Tints of Purple Heart #790FAD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.85%

 BLUE value IS 173 (67.97% from 255) = 55.99%

R = 39.16%
G = 4.85%
B = 55.99%

CMYK

 C value IS 0.30

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#790FAD (or 0x790FAD) is known color: Purple Heart. HEX triplet: 79, 0F and AD. RGB value is (121,15,173). Sum of RGB (Red+Green+Blue) = 121+15+173=309 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.16% from 309); Green value is 15 (6.25% from 255 or 4.85% from 309); Blue value is 173 (67.97% from 255 or 55.99% from 309); Max value from RGB is 173 - color contains mainly: blue. Hex color #790FAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790FAD is #86F052. Grayscale: #404040. Windows color (decimal): -8843347 or 11341689. OLE color: 11341689.

HSL color Cylindrical-coordinate representation of color #790FAD: hue angle of 280.25º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #790FAD is Cyan = 0.30, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 121 15 173 -
CMYK 0.30 0.91 0 0.32
HSL 280.25º 0.84% 0.37% -
HSV(B) 280.25º 0.91% 0.68% -
XYZ 15.6 7.42 40.15 -
YUV 64.71 189.12 168.15 -
System Red Green Blue C M Y K H S L
Decimal 121 15 173 0.30 0.91 0 0.32 280.25 0.84 0.37
Hex 79 F AD 1E 5B 0 20 118 54 25
Octal 171 17 255 36 133 0 40 430 124 45
Binary 1111001 1111 10101101 11110 1011011 0 100000 100011000 1010100 100101

Color Harmonies of #790FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790FAD

Black with #790FAD

Text Example


Text Example

White with #790FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790FAD; }

 p { color: rgb(121,15,173); }

 H1.HeaderClassName
 {
   color: #790FAD;
 }
 .AnyTagClassName
 {
   color: #790FAD;
 }
</style>

background-color css

<style>
 a { background-color: #790FAD; }

 a { background-color: rgb(121,15,173); }

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

border-color css

<style>
 span { border-color: #790FAD; }

 span { border-color: rgb(121,15,173); }

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