#4332BE

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

Shades of Purple Heart #4332BE

Tints of Purple Heart #4332BE

Color information

#4332BE (or 0x4332BE) is unknown color: approx Purple Heart. HEX triplet: 43, 32 and BE. RGB value is (67,50,190). Sum of RGB (Red+Green+Blue) = 67+50+190=307 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.82% from 307); Green value is 50 (19.92% from 255 or 16.29% from 307); Blue value is 190 (74.61% from 255 or 61.89% from 307); Max value from RGB is 190 - color contains mainly: blue. Hex color #4332BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4332BE is #BCCD41. Grayscale: #464646. Windows color (decimal): -12373314 or 12464707. OLE color: 12464707.

HSL color Cylindrical-coordinate representation of color #4332BE: hue angle of 247.29º degrees, saturation: 0.58, 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 #4332BE is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6750190-
CMYK0.650.7400.25
HSL247.29º58.33%47.06%-
HSV(B)247.29º73.68%74.51%-
XYZ12.757.1949.43-
YUV71.04195.13125.12-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.82%
GREEN value IS 50 (19.92% from 255) = 16.29%
BLUE value IS 190 (74.61% from 255) = 61.89%
R=21.82%
G=16.29%
B=61.89%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal67501900.650.7400.25247.2958.3347.06
Hex4332BE414A019f73a2f
Octal103622761011120313677257
Binary1000011110010101111101000001100101001100111110111111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4332BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4332BE; }

 p { color: rgb(67,50,190); }

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

<style>
 a { background-color: #4332BE; }

 a { background-color: rgb(67,50,190); }

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

<style>
 span { border-color: #4332BE; }

 span { border-color: rgb(67,50,190); }

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