Html Css Color HEX #7A29B0 Purple Heart

📋 copy color: '#7A29B0'

red 122 ◦ green 41 ◦ blue 176

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

Shades of Purple Heart #7A29B0

Tints of Purple Heart #7A29B0

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.09%

 BLUE value IS 176 (69.14% from 255) = 51.92%

R = 35.99%
G = 12.09%
B = 51.92%

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

#7A29B0 (or 0x7A29B0) is known color: Purple Heart. HEX triplet: 7A, 29 and B0. RGB value is (122,41,176). Sum of RGB (Red+Green+Blue) = 122+41+176=339 (44% of max value = 765). Red value is 122 (48.05% from 255 or 35.99% from 339); Green value is 41 (16.41% from 255 or 12.09% from 339); Blue value is 176 (69.14% from 255 or 51.92% from 339); Max value from RGB is 176 - color contains mainly: blue. Hex color #7A29B0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A29B0 is #85D64F. Grayscale: #505050. Windows color (decimal): -8771152 or 11544954. OLE color: 11544954.

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

Color convert

RGB 122 41 176 -
CMYK 0.31 0.77 0 0.31
HSL 276º 0.62% 0.43% -
HSV(B) 276º 0.77% 0.69% -
XYZ 16.66 8.86 41.91 -
YUV 80.61 181.84 157.52 -
System Red Green Blue C M Y K H S L
Decimal 122 41 176 0.31 0.77 0 0.31 276 0.62 0.43
Hex 7A 29 B0 1F 4D 0 1F 114 3E 2B
Octal 172 51 260 37 115 0 37 424 76 53
Binary 1111010 101001 10110000 11111 1001101 0 11111 100010100 111110 101011

Color Harmonies of #7A29B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A29B0

Black with #7A29B0

Text Example


Text Example

White with #7A29B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,41,176); }

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

background-color css

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

 a { background-color: rgb(122,41,176); }

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

border-color css

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

 span { border-color: rgb(122,41,176); }

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