#7133B4

Color #7133B4 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #7133B4

Tints of Purple Heart #7133B4

Color information

#7133B4 (or 0x7133B4) is unknown color: approx Purple Heart. HEX triplet: 71, 33 and B4. RGB value is (113,51,180). Sum of RGB (Red+Green+Blue) = 113+51+180=344 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.85% from 344); Green value is 51 (20.31% from 255 or 14.83% from 344); Blue value is 180 (70.70% from 255 or 52.33% from 344); Max value from RGB is 180 - color contains mainly: blue. Hex color #7133B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7133B4 is #8ECC4B. Grayscale: #535353. Windows color (decimal): -9358412 or 11809649. OLE color: 11809649.

HSL color Cylindrical-coordinate representation of color #7133B4: hue angle of 268.84º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7133B4 is Cyan = 0.37, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11351180-
CMYK0.370.7200.29
HSL268.84º55.84%45.29%-
HSV(B)268.84º71.67%70.59%-
XYZ16.239.1744.1-
YUV84.24182.04148.51-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.85%
GREEN value IS 51 (20.31% from 255) = 14.83%
BLUE value IS 180 (70.70% from 255) = 52.33%
R=32.85%
G=14.83%
B=52.33%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal113511800.370.7200.29268.8455.8445.29
Hex7133B4254801D10d382d
Octal16163264451100354157055
Binary1110001110011101101001001011001000011101100001101111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7133B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7133B4; }

 p { color: rgb(113,51,180); }

 H1.HeaderClassName
 {
   color: #7133B4;
 }
 .AnyTagClassName
 {
   color: #7133B4;
 }
</style>
background-color css

<style>
 a { background-color: #7133B4; }

 a { background-color: rgb(113,51,180); }

 div.DivClassName
 {
   background-color: #7133B4;
 }
 .BgClassName
 {
   background-color: #7133B4;
 }
</style>
border-color css

<style>
 span { border-color: #7133B4; }

 span { border-color: rgb(113,51,180); }

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