Html Css Color HEX #7620AD Purple Heart

📋 copy color: '#7620AD'

red 118 ◦ green 32 ◦ blue 173

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

Shades of Purple Heart #7620AD

Tints of Purple Heart #7620AD

RGB

 RED value IS 118 (46.48% from 255) = 36.53%

 GREEN value IS 32 (12.89% from 255) = 9.91%

 BLUE value IS 173 (67.97% from 255) = 53.56%

R = 36.53%
G = 9.91%
B = 53.56%

CMYK

 C value IS 0.32

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7620AD (or 0x7620AD) is known color: Purple Heart. HEX triplet: 76, 20 and AD. RGB value is (118,32,173). Sum of RGB (Red+Green+Blue) = 118+32+173=323 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.53% from 323); Green value is 32 (12.89% from 255 or 9.91% from 323); Blue value is 173 (67.97% from 255 or 53.56% from 323); Max value from RGB is 173 - color contains mainly: blue. Hex color #7620AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7620AD is #89DF52. Grayscale: #494949. Windows color (decimal): -9035603 or 11346038. OLE color: 11346038.

HSL color Cylindrical-coordinate representation of color #7620AD: hue angle of 276.6º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7620AD is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 118 32 173 -
CMYK 0.32 0.82 0 0.32
HSL 276.6º 0.69% 0.4% -
HSV(B) 276.6º 0.82% 0.68% -
XYZ 15.53 7.9 40.24 -
YUV 73.79 183.99 159.54 -
System Red Green Blue C M Y K H S L
Decimal 118 32 173 0.32 0.82 0 0.32 276.6 0.69 0.4
Hex 76 20 AD 20 52 0 20 115 45 28
Octal 166 40 255 40 122 0 40 425 105 50
Binary 1110110 100000 10101101 100000 1010010 0 100000 100010101 1000101 101000

Color Harmonies of #7620AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7620AD

Black with #7620AD

Text Example


Text Example

White with #7620AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7620AD; }

 p { color: rgb(118,32,173); }

 H1.HeaderClassName
 {
   color: #7620AD;
 }
 .AnyTagClassName
 {
   color: #7620AD;
 }
</style>

background-color css

<style>
 a { background-color: #7620AD; }

 a { background-color: rgb(118,32,173); }

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

border-color css

<style>
 span { border-color: #7620AD; }

 span { border-color: rgb(118,32,173); }

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