Html Css Color HEX #790FAC Purple Heart

📋 copy color: '#790FAC'

red 121 ◦ green 15 ◦ blue 172

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

Shades of Purple Heart #790FAC

Tints of Purple Heart #790FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 55.84%

R = 39.29%
G = 4.87%
B = 55.84%

CMYK

 C value IS 0.30

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#790FAC (or 0x790FAC) is known color: Purple Heart. HEX triplet: 79, 0F and AC. RGB value is (121,15,172). Sum of RGB (Red+Green+Blue) = 121+15+172=308 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.29% from 308); Green value is 15 (6.25% from 255 or 4.87% from 308); Blue value is 172 (67.58% from 255 or 55.84% from 308); Max value from RGB is 172 - color contains mainly: blue. Hex color #790FAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790FAC is #86F053. Grayscale: #404040. Windows color (decimal): -8843348 or 11276153. OLE color: 11276153.

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

Color convert

RGB 121 15 172 -
CMYK 0.30 0.91 0 0.33
HSL 280.51º 0.84% 0.37% -
HSV(B) 280.51º 0.91% 0.67% -
XYZ 15.5 7.39 39.64 -
YUV 64.59 188.62 168.23 -
System Red Green Blue C M Y K H S L
Decimal 121 15 172 0.30 0.91 0 0.33 280.51 0.84 0.37
Hex 79 F AC 1E 5B 0 21 119 54 25
Octal 171 17 254 36 133 0 41 431 124 45
Binary 1111001 1111 10101100 11110 1011011 0 100001 100011001 1010100 100101

Color Harmonies of #790FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790FAC

Black with #790FAC

Text Example


Text Example

White with #790FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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