#7232BF

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

Shades of Purple Heart #7232BF

Tints of Purple Heart #7232BF

Color information

#7232BF (or 0x7232BF) is unknown color: approx Purple Heart. HEX triplet: 72, 32 and BF. RGB value is (114,50,191). Sum of RGB (Red+Green+Blue) = 114+50+191=355 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.11% from 355); Green value is 50 (19.92% from 255 or 14.08% from 355); Blue value is 191 (75% from 255 or 53.80% from 355); Max value from RGB is 191 - color contains mainly: blue. Hex color #7232BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7232BF is #8DCD40. Grayscale: #545454. Windows color (decimal): -9293121 or 12530290. OLE color: 12530290.

HSL color Cylindrical-coordinate representation of color #7232BF: hue angle of 267.23º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7232BF is Cyan = 0.40, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11450191-
CMYK0.400.7400.25
HSL267.23º58.51%47.25%-
HSV(B)267.23º73.82%74.9%-
XYZ17.489.6250.23-
YUV85.21187.7148.54-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.11%
GREEN value IS 50 (19.92% from 255) = 14.08%
BLUE value IS 191 (75% from 255) = 53.80%
R=32.11%
G=14.08%
B=53.80%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal114501910.400.7400.25267.2358.5147.25
Hex7232BF284A01910b3b2f
Octal16262277501120314137357
Binary1110010110010101111111010001001010011001100001011111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7232BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7232BF; }

 p { color: rgb(114,50,191); }

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

<style>
 a { background-color: #7232BF; }

 a { background-color: rgb(114,50,191); }

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

<style>
 span { border-color: #7232BF; }

 span { border-color: rgb(114,50,191); }

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