#7234B4

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

Shades of Purple Heart #7234B4

Tints of Purple Heart #7234B4

Color information

#7234B4 (or 0x7234B4) is unknown color: approx Purple Heart. HEX triplet: 72, 34 and B4. RGB value is (114,52,180). Sum of RGB (Red+Green+Blue) = 114+52+180=346 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.95% from 346); Green value is 52 (20.70% from 255 or 15.03% from 346); Blue value is 180 (70.70% from 255 or 52.02% from 346); Max value from RGB is 180 - color contains mainly: blue. Hex color #7234B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7234B4 is #8DCB4B. Grayscale: #545454. Windows color (decimal): -9292620 or 11809906. OLE color: 11809906.

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

Color convert

RGB11452180-
CMYK0.370.7100.29
HSL269.06º55.17%45.49%-
HSV(B)269.06º71.11%70.59%-
XYZ16.419.3344.12-
YUV85.13181.54148.59-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.95%
GREEN value IS 52 (20.70% from 255) = 15.03%
BLUE value IS 180 (70.70% from 255) = 52.02%
R=32.95%
G=15.03%
B=52.02%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal114521800.370.7100.29269.0655.1745.49
Hex7234B4254701D10d372d
Octal16264264451070354156755
Binary1110010110100101101001001011000111011101100001101110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7234B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,52,180); }

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

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

 a { background-color: rgb(114,52,180); }

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

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

 span { border-color: rgb(114,52,180); }

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