Html Css Color HEX #7321BA Purple Heart

📋 copy color: '#7321BA'

red 115 ◦ green 33 ◦ blue 186

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

Shades of Purple Heart #7321BA

Tints of Purple Heart #7321BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 55.69%

R = 34.43%
G = 9.88%
B = 55.69%

CMYK

 C value IS 0.38

 M value IS 0.82

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7321BA (or 0x7321BA) is known color: Purple Heart. HEX triplet: 73, 21 and BA. RGB value is (115,33,186). Sum of RGB (Red+Green+Blue) = 115+33+186=334 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.43% from 334); Green value is 33 (13.28% from 255 or 9.88% from 334); Blue value is 186 (73.05% from 255 or 55.69% from 334); Max value from RGB is 186 - color contains mainly: blue. Hex color #7321BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7321BA is #8CDE45. Grayscale: #4A4A4A. Windows color (decimal): -9231942 or 12198259. OLE color: 12198259.

HSL color Cylindrical-coordinate representation of color #7321BA: hue angle of 272.16º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7321BA is Cyan = 0.38, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 115 33 186 -
CMYK 0.38 0.82 0 0.27
HSL 272.16º 0.7% 0.43% -
HSV(B) 272.16º 0.82% 0.73% -
XYZ 16.48 8.28 47.18 -
YUV 74.96 190.67 156.56 -
System Red Green Blue C M Y K H S L
Decimal 115 33 186 0.38 0.82 0 0.27 272.16 0.7 0.43
Hex 73 21 BA 26 52 0 1B 110 46 2B
Octal 163 41 272 46 122 0 33 420 106 53
Binary 1110011 100001 10111010 100110 1010010 0 11011 100010000 1000110 101011

Color Harmonies of #7321BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7321BA

Black with #7321BA

Text Example


Text Example

White with #7321BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7321BA; }

 p { color: rgb(115,33,186); }

 H1.HeaderClassName
 {
   color: #7321BA;
 }
 .AnyTagClassName
 {
   color: #7321BA;
 }
</style>

background-color css

<style>
 a { background-color: #7321BA; }

 a { background-color: rgb(115,33,186); }

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

border-color css

<style>
 span { border-color: #7321BA; }

 span { border-color: rgb(115,33,186); }

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