Html Css Color HEX #7A1ABD Purple Heart

📋 copy color: '#7A1ABD'

red 122 ◦ green 26 ◦ blue 189

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

Shades of Purple Heart #7A1ABD

Tints of Purple Heart #7A1ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 56.08%

R = 36.2%
G = 7.72%
B = 56.08%

CMYK

 C value IS 0.35

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7A1ABD (or 0x7A1ABD) is known color: Purple Heart. HEX triplet: 7A, 1A and BD. RGB value is (122,26,189). Sum of RGB (Red+Green+Blue) = 122+26+189=337 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.20% from 337); Green value is 26 (10.55% from 255 or 7.72% from 337); Blue value is 189 (74.22% from 255 or 56.08% from 337); Max value from RGB is 189 - color contains mainly: blue. Hex color #7A1ABD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A1ABD is #85E542. Grayscale: #484848. Windows color (decimal): -8774979 or 12393082. OLE color: 12393082.

HSL color Cylindrical-coordinate representation of color #7A1ABD: hue angle of 275.34º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7A1ABD is Cyan = 0.35, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 122 26 189 -
CMYK 0.35 0.86 0 0.26
HSL 275.34º 0.76% 0.42% -
HSV(B) 275.34º 0.86% 0.74% -
XYZ 17.58 8.55 48.87 -
YUV 73.29 193.3 162.75 -
System Red Green Blue C M Y K H S L
Decimal 122 26 189 0.35 0.86 0 0.26 275.34 0.76 0.42
Hex 7A 1A BD 23 56 0 1A 113 4C 2A
Octal 172 32 275 43 126 0 32 423 114 52
Binary 1111010 11010 10111101 100011 1010110 0 11010 100010011 1001100 101010

Color Harmonies of #7A1ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1ABD

Black with #7A1ABD

Text Example


Text Example

White with #7A1ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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