#4325BA

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

Shades of Purple Heart #4325BA

Tints of Purple Heart #4325BA

Color information

#4325BA (or 0x4325BA) is unknown color: approx Purple Heart. HEX triplet: 43, 25 and BA. RGB value is (67,37,186). Sum of RGB (Red+Green+Blue) = 67+37+186=290 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.10% from 290); Green value is 37 (14.84% from 255 or 12.76% from 290); Blue value is 186 (73.05% from 255 or 64.14% from 290); Max value from RGB is 186 - color contains mainly: blue. Hex color #4325BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4325BA is #BCDA45. Grayscale: #3E3E3E. Windows color (decimal): -12376646 or 12199235. OLE color: 12199235.

HSL color Cylindrical-coordinate representation of color #4325BA: hue angle of 252.08º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4325BA is Cyan = 0.64, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6737186-
CMYK0.640.8000.27
HSL252.08º66.82%43.73%-
HSV(B)252.08º80.11%72.94%-
XYZ11.846.0647-
YUV62.96197.44130.88-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 23.10%
GREEN value IS 37 (14.84% from 255) = 12.76%
BLUE value IS 186 (73.05% from 255) = 64.14%
R=23.10%
G=12.76%
B=64.14%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal67371860.640.8000.27252.0866.8243.73
Hex4325BA405001Bfc432c
Octal1034527210012003337410354
Binary10000111001011011101010000001010000011011111111001000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4325BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4325BA; }

 p { color: rgb(67,37,186); }

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

<style>
 a { background-color: #4325BA; }

 a { background-color: rgb(67,37,186); }

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

<style>
 span { border-color: #4325BA; }

 span { border-color: rgb(67,37,186); }

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