Html Css Color HEX #7620AB Purple Heart

📋 copy color: '#7620AB'

red 118 ◦ green 32 ◦ blue 171

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

Shades of Purple Heart #7620AB

Tints of Purple Heart #7620AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 53.27%

R = 36.76%
G = 9.97%
B = 53.27%

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

#7620AB (or 0x7620AB) is known color: Purple Heart. HEX triplet: 76, 20 and AB. RGB value is (118,32,171). Sum of RGB (Red+Green+Blue) = 118+32+171=321 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.76% from 321); Green value is 32 (12.89% from 255 or 9.97% from 321); Blue value is 171 (67.19% from 255 or 53.27% from 321); Max value from RGB is 171 - color contains mainly: blue. Hex color #7620AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7620AB is #89DF54. Grayscale: #494949. Windows color (decimal): -9035605 or 11214966. OLE color: 11214966.

HSL color Cylindrical-coordinate representation of color #7620AB: hue angle of 277.12º degrees, saturation: 0.68, 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 #7620AB is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 32 171 -
CMYK 0.31 0.81 0 0.33
HSL 277.12º 0.68% 0.4% -
HSV(B) 277.12º 0.81% 0.67% -
XYZ 15.34 7.82 39.23 -
YUV 73.56 182.99 159.7 -
System Red Green Blue C M Y K H S L
Decimal 118 32 171 0.31 0.81 0 0.33 277.12 0.68 0.4
Hex 76 20 AB 1F 51 0 21 115 44 28
Octal 166 40 253 37 121 0 41 425 104 50
Binary 1110110 100000 10101011 11111 1010001 0 100001 100010101 1000100 101000

Color Harmonies of #7620AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7620AB

Black with #7620AB

Text Example


Text Example

White with #7620AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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