Html Css Color HEX #7928AF Purple Heart

📋 copy color: '#7928AF'

red 121 ◦ green 40 ◦ blue 175

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

Shades of Purple Heart #7928AF

Tints of Purple Heart #7928AF

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.9%

 BLUE value IS 175 (68.75% from 255) = 52.08%

R = 36.01%
G = 11.9%
B = 52.08%

CMYK

 C value IS 0.31

 M value IS 0.77

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7928AF (or 0x7928AF) is known color: Purple Heart. HEX triplet: 79, 28 and AF. RGB value is (121,40,175). Sum of RGB (Red+Green+Blue) = 121+40+175=336 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.01% from 336); Green value is 40 (16.02% from 255 or 11.90% from 336); Blue value is 175 (68.75% from 255 or 52.08% from 336); Max value from RGB is 175 - color contains mainly: blue. Hex color #7928AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7928AF is #86D750. Grayscale: #4F4F4F. Windows color (decimal): -8836945 or 11479161. OLE color: 11479161.

HSL color Cylindrical-coordinate representation of color #7928AF: hue angle of 276º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7928AF is Cyan = 0.31, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 121 40 175 -
CMYK 0.31 0.77 0 0.31
HSL 276º 0.63% 0.42% -
HSV(B) 276º 0.77% 0.69% -
XYZ 16.38 8.68 41.37 -
YUV 79.61 181.84 157.52 -
System Red Green Blue C M Y K H S L
Decimal 121 40 175 0.31 0.77 0 0.31 276 0.63 0.42
Hex 79 28 AF 1F 4D 0 1F 114 3F 2A
Octal 171 50 257 37 115 0 37 424 77 52
Binary 1111001 101000 10101111 11111 1001101 0 11111 100010100 111111 101010

Color Harmonies of #7928AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7928AF

Black with #7928AF

Text Example


Text Example

White with #7928AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7928AF; }

 p { color: rgb(121,40,175); }

 H1.HeaderClassName
 {
   color: #7928AF;
 }
 .AnyTagClassName
 {
   color: #7928AF;
 }
</style>

background-color css

<style>
 a { background-color: #7928AF; }

 a { background-color: rgb(121,40,175); }

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

border-color css

<style>
 span { border-color: #7928AF; }

 span { border-color: rgb(121,40,175); }

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