Html Css Color HEX #7329BF Purple Heart

📋 copy color: '#7329BF'

red 115 ◦ green 41 ◦ blue 191

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

Shades of Purple Heart #7329BF

Tints of Purple Heart #7329BF

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.82%

 BLUE value IS 191 (75% from 255) = 55.04%

R = 33.14%
G = 11.82%
B = 55.04%

CMYK

 C value IS 0.40

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7329BF (or 0x7329BF) is known color: Purple Heart. HEX triplet: 73, 29 and BF. RGB value is (115,41,191). Sum of RGB (Red+Green+Blue) = 115+41+191=347 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.14% from 347); Green value is 41 (16.41% from 255 or 11.82% from 347); Blue value is 191 (75% from 255 or 55.04% from 347); Max value from RGB is 191 - color contains mainly: blue. Hex color #7329BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7329BF is #8CD640. Grayscale: #4F4F4F. Windows color (decimal): -9229889 or 12527987. OLE color: 12527987.

HSL color Cylindrical-coordinate representation of color #7329BF: hue angle of 269.6º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7329BF is Cyan = 0.40, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 115 41 191 -
CMYK 0.40 0.79 0 0.25
HSL 269.6º 0.65% 0.45% -
HSV(B) 269.6º 0.79% 0.75% -
XYZ 17.27 8.99 50.12 -
YUV 80.23 190.52 152.8 -
System Red Green Blue C M Y K H S L
Decimal 115 41 191 0.40 0.79 0 0.25 269.6 0.65 0.45
Hex 73 29 BF 28 4F 0 19 10E 41 2D
Octal 163 51 277 50 117 0 31 416 101 55
Binary 1110011 101001 10111111 101000 1001111 0 11001 100001110 1000001 101101

Color Harmonies of #7329BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7329BF

Black with #7329BF

Text Example


Text Example

White with #7329BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7329BF; }

 p { color: rgb(115,41,191); }

 H1.HeaderClassName
 {
   color: #7329BF;
 }
 .AnyTagClassName
 {
   color: #7329BF;
 }
</style>

background-color css

<style>
 a { background-color: #7329BF; }

 a { background-color: rgb(115,41,191); }

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

border-color css

<style>
 span { border-color: #7329BF; }

 span { border-color: rgb(115,41,191); }

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