Html Css Color HEX #7432BA Purple Heart

📋 copy color: '#7432BA'

red 116 ◦ green 50 ◦ blue 186

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

Shades of Purple Heart #7432BA

Tints of Purple Heart #7432BA

RGB

 RED value IS 116 (45.7% from 255) = 32.95%

 GREEN value IS 50 (19.92% from 255) = 14.2%

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

R = 32.95%
G = 14.2%
B = 52.84%

CMYK

 C value IS 0.38

 M value IS 0.73

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7432BA (or 0x7432BA) is known color: Purple Heart. HEX triplet: 74, 32 and BA. RGB value is (116,50,186). Sum of RGB (Red+Green+Blue) = 116+50+186=352 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.95% from 352); Green value is 50 (19.92% from 255 or 14.20% from 352); Blue value is 186 (73.05% from 255 or 52.84% from 352); Max value from RGB is 186 - color contains mainly: blue. Hex color #7432BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7432BA is #8BCD45. Grayscale: #545454. Windows color (decimal): -9162054 or 12202612. OLE color: 12202612.

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

Color convert

RGB 116 50 186 -
CMYK 0.38 0.73 0 0.27
HSL 269.12º 0.58% 0.46% -
HSV(B) 269.12º 0.73% 0.73% -
XYZ 17.21 9.54 47.39 -
YUV 85.24 184.87 149.94 -
System Red Green Blue C M Y K H S L
Decimal 116 50 186 0.38 0.73 0 0.27 269.12 0.58 0.46
Hex 74 32 BA 26 49 0 1B 10D 3A 2E
Octal 164 62 272 46 111 0 33 415 72 56
Binary 1110100 110010 10111010 100110 1001001 0 11011 100001101 111010 101110

Color Harmonies of #7432BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7432BA

Black with #7432BA

Text Example


Text Example

White with #7432BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,50,186); }

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

background-color css

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

 a { background-color: rgb(116,50,186); }

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

border-color css

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

 span { border-color: rgb(116,50,186); }

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