Html Css Color HEX #7621AD Purple Heart

📋 copy color: '#7621AD'

red 118 ◦ green 33 ◦ blue 173

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

Shades of Purple Heart #7621AD

Tints of Purple Heart #7621AD

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.19%

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

R = 36.42%
G = 10.19%
B = 53.4%

CMYK

 C value IS 0.32

 M value IS 0.81

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7621AD (or 0x7621AD) is known color: Purple Heart. HEX triplet: 76, 21 and AD. RGB value is (118,33,173). Sum of RGB (Red+Green+Blue) = 118+33+173=324 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.42% from 324); Green value is 33 (13.28% from 255 or 10.19% from 324); Blue value is 173 (67.97% from 255 or 53.40% from 324); Max value from RGB is 173 - color contains mainly: blue. Hex color #7621AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7621AD is #89DE52. Grayscale: #494949. Windows color (decimal): -9035347 or 11346294. OLE color: 11346294.

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

Color convert

RGB 118 33 173 -
CMYK 0.32 0.81 0 0.32
HSL 276.43º 0.68% 0.4% -
HSV(B) 276.43º 0.81% 0.68% -
XYZ 15.56 7.96 40.25 -
YUV 74.38 183.66 159.12 -
System Red Green Blue C M Y K H S L
Decimal 118 33 173 0.32 0.81 0 0.32 276.43 0.68 0.4
Hex 76 21 AD 20 51 0 20 114 44 28
Octal 166 41 255 40 121 0 40 424 104 50
Binary 1110110 100001 10101101 100000 1010001 0 100000 100010100 1000100 101000

Color Harmonies of #7621AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7621AD

Black with #7621AD

Text Example


Text Example

White with #7621AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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