Html Css Color HEX #7A1FAD Purple Heart

📋 copy color: '#7A1FAD'

red 122 ◦ green 31 ◦ blue 173

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

Shades of Purple Heart #7A1FAD

Tints of Purple Heart #7A1FAD

RGB

 RED value IS 122 (48.05% from 255) = 37.42%

 GREEN value IS 31 (12.5% from 255) = 9.51%

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

R = 37.42%
G = 9.51%
B = 53.07%

CMYK

 C value IS 0.29

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7A1FAD (or 0x7A1FAD) is known color: Purple Heart. HEX triplet: 7A, 1F and AD. RGB value is (122,31,173). Sum of RGB (Red+Green+Blue) = 122+31+173=326 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.42% from 326); Green value is 31 (12.5% from 255 or 9.51% from 326); Blue value is 173 (67.97% from 255 or 53.07% from 326); Max value from RGB is 173 - color contains mainly: blue. Hex color #7A1FAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A1FAD is #85E052. Grayscale: #494949. Windows color (decimal): -8773715 or 11345786. OLE color: 11345786.

HSL color Cylindrical-coordinate representation of color #7A1FAD: hue angle of 278.45º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7A1FAD is Cyan = 0.29, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 122 31 173 -
CMYK 0.29 0.82 0 0.32
HSL 278.45º 0.7% 0.4% -
HSV(B) 278.45º 0.82% 0.68% -
XYZ 16.06 8.13 40.26 -
YUV 74.4 183.65 161.95 -
System Red Green Blue C M Y K H S L
Decimal 122 31 173 0.29 0.82 0 0.32 278.45 0.7 0.4
Hex 7A 1F AD 1D 52 0 20 116 46 28
Octal 172 37 255 35 122 0 40 426 106 50
Binary 1111010 11111 10101101 11101 1010010 0 100000 100010110 1000110 101000

Color Harmonies of #7A1FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1FAD

Black with #7A1FAD

Text Example


Text Example

White with #7A1FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A1FAD; }

 p { color: rgb(122,31,173); }

 H1.HeaderClassName
 {
   color: #7A1FAD;
 }
 .AnyTagClassName
 {
   color: #7A1FAD;
 }
</style>

background-color css

<style>
 a { background-color: #7A1FAD; }

 a { background-color: rgb(122,31,173); }

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

border-color css

<style>
 span { border-color: #7A1FAD; }

 span { border-color: rgb(122,31,173); }

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