Html Css Color HEX #7A1ABA Purple Heart

📋 copy color: '#7A1ABA'

red 122 ◦ green 26 ◦ blue 186

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

Shades of Purple Heart #7A1ABA

Tints of Purple Heart #7A1ABA

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.78%

 BLUE value IS 186 (73.05% from 255) = 55.69%

R = 36.53%
G = 7.78%
B = 55.69%

CMYK

 C value IS 0.34

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7A1ABA (or 0x7A1ABA) is known color: Purple Heart. HEX triplet: 7A, 1A and BA. RGB value is (122,26,186). Sum of RGB (Red+Green+Blue) = 122+26+186=334 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.53% from 334); Green value is 26 (10.55% from 255 or 7.78% from 334); Blue value is 186 (73.05% from 255 or 55.69% from 334); Max value from RGB is 186 - color contains mainly: blue. Hex color #7A1ABA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A1ABA is #85E545. Grayscale: #484848. Windows color (decimal): -8774982 or 12196474. OLE color: 12196474.

HSL color Cylindrical-coordinate representation of color #7A1ABA: hue angle of 276º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7A1ABA is Cyan = 0.34, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 122 26 186 -
CMYK 0.34 0.86 0 0.27
HSL 276º 0.75% 0.42% -
HSV(B) 276º 0.86% 0.73% -
XYZ 17.26 8.42 47.17 -
YUV 72.94 191.8 162.99 -
System Red Green Blue C M Y K H S L
Decimal 122 26 186 0.34 0.86 0 0.27 276 0.75 0.42
Hex 7A 1A BA 22 56 0 1B 114 4B 2A
Octal 172 32 272 42 126 0 33 424 113 52
Binary 1111010 11010 10111010 100010 1010110 0 11011 100010100 1001011 101010

Color Harmonies of #7A1ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1ABA

Black with #7A1ABA

Text Example


Text Example

White with #7A1ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,26,186); }

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

background-color css

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

 a { background-color: rgb(122,26,186); }

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

border-color css

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

 span { border-color: rgb(122,26,186); }

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