Html Css Color HEX #7323AB Purple Heart

📋 copy color: '#7323AB'

red 115 ◦ green 35 ◦ blue 171

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

Shades of Purple Heart #7323AB

Tints of Purple Heart #7323AB

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.9%

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

R = 35.83%
G = 10.9%
B = 53.27%

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

#7323AB (or 0x7323AB) is known color: Purple Heart. HEX triplet: 73, 23 and AB. RGB value is (115,35,171). Sum of RGB (Red+Green+Blue) = 115+35+171=321 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.83% from 321); Green value is 35 (14.06% from 255 or 10.90% 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 #7323AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7323AB is #8CDC54. Grayscale: #494949. Windows color (decimal): -9231445 or 11215731. OLE color: 11215731.

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

Color convert

RGB 115 35 171 -
CMYK 0.33 0.80 0 0.33
HSL 275.29º 0.66% 0.4% -
HSV(B) 275.29º 0.8% 0.67% -
XYZ 15.02 7.79 39.24 -
YUV 74.42 182.5 156.94 -
System Red Green Blue C M Y K H S L
Decimal 115 35 171 0.33 0.80 0 0.33 275.29 0.66 0.4
Hex 73 23 AB 21 50 0 21 113 42 28
Octal 163 43 253 41 120 0 41 423 102 50
Binary 1110011 100011 10101011 100001 1010000 0 100001 100010011 1000010 101000

Color Harmonies of #7323AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7323AB

Black with #7323AB

Text Example


Text Example

White with #7323AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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