Html Css Color HEX #7322AB Purple Heart

📋 copy color: '#7322AB'

red 115 ◦ green 34 ◦ blue 171

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

Shades of Purple Heart #7322AB

Tints of Purple Heart #7322AB

RGB

 RED value IS 115 (45.31% from 255) = 35.94%

 GREEN value IS 34 (13.67% from 255) = 10.63%

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

R = 35.94%
G = 10.63%
B = 53.44%

CMYK

 C value IS 0.33

 M value IS 0.80

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7322AB (or 0x7322AB) is known color: Purple Heart. HEX triplet: 73, 22 and AB. RGB value is (115,34,171). Sum of RGB (Red+Green+Blue) = 115+34+171=320 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.94% from 320); Green value is 34 (13.67% from 255 or 10.62% from 320); Blue value is 171 (67.19% from 255 or 53.44% from 320); Max value from RGB is 171 - color contains mainly: blue. Hex color #7322AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7322AB is #8CDD54. Grayscale: #494949. Windows color (decimal): -9231701 or 11215475. OLE color: 11215475.

HSL color Cylindrical-coordinate representation of color #7322AB: hue angle of 275.47º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7322AB is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 115 34 171 -
CMYK 0.33 0.80 0 0.33
HSL 275.47º 0.67% 0.4% -
HSV(B) 275.47º 0.8% 0.67% -
XYZ 14.99 7.73 39.23 -
YUV 73.84 182.84 157.36 -
System Red Green Blue C M Y K H S L
Decimal 115 34 171 0.33 0.80 0 0.33 275.47 0.67 0.4
Hex 73 22 AB 21 50 0 21 113 43 28
Octal 163 42 253 41 120 0 41 423 103 50
Binary 1110011 100010 10101011 100001 1010000 0 100001 100010011 1000011 101000

Color Harmonies of #7322AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7322AB

Black with #7322AB

Text Example


Text Example

White with #7322AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,34,171); }

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

background-color css

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

 a { background-color: rgb(115,34,171); }

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

border-color css

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

 span { border-color: rgb(115,34,171); }

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