Html Css Color HEX #7132BB Purple Heart

📋 copy color: '#7132BB'

red 113 ◦ green 50 ◦ blue 187

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

Shades of Purple Heart #7132BB

Tints of Purple Heart #7132BB

RGB

 RED value IS 113 (44.53% from 255) = 32.29%

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

 BLUE value IS 187 (73.44% from 255) = 53.43%

R = 32.29%
G = 14.29%
B = 53.43%

CMYK

 C value IS 0.40

 M value IS 0.73

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7132BB (or 0x7132BB) is known color: Purple Heart. HEX triplet: 71, 32 and BB. RGB value is (113,50,187). Sum of RGB (Red+Green+Blue) = 113+50+187=350 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.29% from 350); Green value is 50 (19.92% from 255 or 14.29% from 350); Blue value is 187 (73.44% from 255 or 53.43% from 350); Max value from RGB is 187 - color contains mainly: blue. Hex color #7132BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7132BB is #8ECD44. Grayscale: #535353. Windows color (decimal): -9358661 or 12268145. OLE color: 12268145.

HSL color Cylindrical-coordinate representation of color #7132BB: hue angle of 267.59º 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 #7132BB is Cyan = 0.40, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 113 50 187 -
CMYK 0.40 0.73 0 0.27
HSL 267.59º 0.58% 0.46% -
HSV(B) 267.59º 0.73% 0.73% -
XYZ 16.92 9.38 47.93 -
YUV 84.46 185.87 148.36 -
System Red Green Blue C M Y K H S L
Decimal 113 50 187 0.40 0.73 0 0.27 267.59 0.58 0.46
Hex 71 32 BB 28 49 0 1B 10C 3A 2E
Octal 161 62 273 50 111 0 33 414 72 56
Binary 1110001 110010 10111011 101000 1001001 0 11011 100001100 111010 101110

Color Harmonies of #7132BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7132BB

Black with #7132BB

Text Example


Text Example

White with #7132BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7132BB; }

 p { color: rgb(113,50,187); }

 H1.HeaderClassName
 {
   color: #7132BB;
 }
 .AnyTagClassName
 {
   color: #7132BB;
 }
</style>

background-color css

<style>
 a { background-color: #7132BB; }

 a { background-color: rgb(113,50,187); }

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

border-color css

<style>
 span { border-color: #7132BB; }

 span { border-color: rgb(113,50,187); }

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