Html Css Color HEX #7132BC Purple Heart

📋 copy color: '#7132BC'

red 113 ◦ green 50 ◦ blue 188

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

Shades of Purple Heart #7132BC

Tints of Purple Heart #7132BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 53.56%

R = 32.19%
G = 14.25%
B = 53.56%

CMYK

 C value IS 0.40

 M value IS 0.73

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7132BC (or 0x7132BC) is known color: Purple Heart. HEX triplet: 71, 32 and BC. RGB value is (113,50,188). Sum of RGB (Red+Green+Blue) = 113+50+188=351 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.19% from 351); Green value is 50 (19.92% from 255 or 14.25% from 351); Blue value is 188 (73.83% from 255 or 53.56% from 351); Max value from RGB is 188 - color contains mainly: blue. Hex color #7132BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7132BC is #8ECD43. Grayscale: #545454. Windows color (decimal): -9358660 or 12333681. OLE color: 12333681.

HSL color Cylindrical-coordinate representation of color #7132BC: hue angle of 267.39º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7132BC is Cyan = 0.40, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 113 50 188 -
CMYK 0.40 0.73 0 0.26
HSL 267.39º 0.58% 0.47% -
HSV(B) 267.39º 0.73% 0.74% -
XYZ 17.03 9.42 48.5 -
YUV 84.57 186.37 148.28 -
System Red Green Blue C M Y K H S L
Decimal 113 50 188 0.40 0.73 0 0.26 267.39 0.58 0.47
Hex 71 32 BC 28 49 0 1A 10B 3A 2F
Octal 161 62 274 50 111 0 32 413 72 57
Binary 1110001 110010 10111100 101000 1001001 0 11010 100001011 111010 101111

Color Harmonies of #7132BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7132BC

Black with #7132BC

Text Example


Text Example

White with #7132BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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