Html Css Color HEX #7620AC Purple Heart

📋 copy color: '#7620AC'

red 118 ◦ green 32 ◦ blue 172

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

Shades of Purple Heart #7620AC

Tints of Purple Heart #7620AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 53.42%

R = 36.65%
G = 9.94%
B = 53.42%

CMYK

 C value IS 0.31

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7620AC (or 0x7620AC) is known color: Purple Heart. HEX triplet: 76, 20 and AC. RGB value is (118,32,172). Sum of RGB (Red+Green+Blue) = 118+32+172=322 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.65% from 322); Green value is 32 (12.89% from 255 or 9.94% from 322); Blue value is 172 (67.58% from 255 or 53.42% from 322); Max value from RGB is 172 - color contains mainly: blue. Hex color #7620AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7620AC is #89DF53. Grayscale: #494949. Windows color (decimal): -9035604 or 11280502. OLE color: 11280502.

HSL color Cylindrical-coordinate representation of color #7620AC: hue angle of 276.86º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7620AC is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 32 172 -
CMYK 0.31 0.81 0 0.33
HSL 276.86º 0.69% 0.4% -
HSV(B) 276.86º 0.81% 0.67% -
XYZ 15.43 7.86 39.73 -
YUV 73.67 183.49 159.62 -
System Red Green Blue C M Y K H S L
Decimal 118 32 172 0.31 0.81 0 0.33 276.86 0.69 0.4
Hex 76 20 AC 1F 51 0 21 115 45 28
Octal 166 40 254 37 121 0 41 425 105 50
Binary 1110110 100000 10101100 11111 1010001 0 100001 100010101 1000101 101000

Color Harmonies of #7620AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7620AC

Black with #7620AC

Text Example


Text Example

White with #7620AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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