Html Css Color HEX #7A1BAE Purple Heart

📋 copy color: '#7A1BAE'

red 122 ◦ green 27 ◦ blue 174

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

Shades of Purple Heart #7A1BAE

Tints of Purple Heart #7A1BAE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.36%

 BLUE value IS 174 (68.36% from 255) = 53.87%

R = 37.77%
G = 8.36%
B = 53.87%

CMYK

 C value IS 0.30

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7A1BAE (or 0x7A1BAE) is known color: Purple Heart. HEX triplet: 7A, 1B and AE. RGB value is (122,27,174). Sum of RGB (Red+Green+Blue) = 122+27+174=323 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.77% from 323); Green value is 27 (10.94% from 255 or 8.36% from 323); Blue value is 174 (68.36% from 255 or 53.87% from 323); Max value from RGB is 174 - color contains mainly: blue. Hex color #7A1BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A1BAE is #85E451. Grayscale: #474747. Windows color (decimal): -8774738 or 11410298. OLE color: 11410298.

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

Color convert

RGB 122 27 174 -
CMYK 0.30 0.84 0 0.32
HSL 278.78º 0.73% 0.39% -
HSV(B) 278.78º 0.84% 0.68% -
XYZ 16.06 7.98 40.74 -
YUV 72.16 185.47 163.55 -
System Red Green Blue C M Y K H S L
Decimal 122 27 174 0.30 0.84 0 0.32 278.78 0.73 0.39
Hex 7A 1B AE 1E 54 0 20 117 49 27
Octal 172 33 256 36 124 0 40 427 111 47
Binary 1111010 11011 10101110 11110 1010100 0 100000 100010111 1001001 100111

Color Harmonies of #7A1BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1BAE

Black with #7A1BAE

Text Example


Text Example

White with #7A1BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,27,174); }

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

background-color css

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

 a { background-color: rgb(122,27,174); }

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

border-color css

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

 span { border-color: rgb(122,27,174); }

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