Html Css Color HEX #7729AF Purple Heart

📋 copy color: '#7729AF'

red 119 ◦ green 41 ◦ blue 175

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

Shades of Purple Heart #7729AF

Tints of Purple Heart #7729AF

RGB

 RED value IS 119 (46.88% from 255) = 35.52%

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

 BLUE value IS 175 (68.75% from 255) = 52.24%

R = 35.52%
G = 12.24%
B = 52.24%

CMYK

 C value IS 0.32

 M value IS 0.77

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7729AF (or 0x7729AF) is known color: Purple Heart. HEX triplet: 77, 29 and AF. RGB value is (119,41,175). Sum of RGB (Red+Green+Blue) = 119+41+175=335 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.52% from 335); Green value is 41 (16.41% from 255 or 12.24% from 335); Blue value is 175 (68.75% from 255 or 52.24% from 335); Max value from RGB is 175 - color contains mainly: blue. Hex color #7729AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7729AF is #88D650. Grayscale: #4F4F4F. Windows color (decimal): -8967761 or 11479415. OLE color: 11479415.

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

Color convert

RGB 119 41 175 -
CMYK 0.32 0.77 0 0.31
HSL 274.93º 0.62% 0.42% -
HSV(B) 274.93º 0.77% 0.69% -
XYZ 16.14 8.6 41.37 -
YUV 79.6 181.84 156.1 -
System Red Green Blue C M Y K H S L
Decimal 119 41 175 0.32 0.77 0 0.31 274.93 0.62 0.42
Hex 77 29 AF 20 4D 0 1F 113 3E 2A
Octal 167 51 257 40 115 0 37 423 76 52
Binary 1110111 101001 10101111 100000 1001101 0 11111 100010011 111110 101010

Color Harmonies of #7729AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7729AF

Black with #7729AF

Text Example


Text Example

White with #7729AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7729AF; }

 p { color: rgb(119,41,175); }

 H1.HeaderClassName
 {
   color: #7729AF;
 }
 .AnyTagClassName
 {
   color: #7729AF;
 }
</style>

background-color css

<style>
 a { background-color: #7729AF; }

 a { background-color: rgb(119,41,175); }

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

border-color css

<style>
 span { border-color: #7729AF; }

 span { border-color: rgb(119,41,175); }

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