#4232BE

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

Shades of Purple Heart #4232BE

Tints of Purple Heart #4232BE

Color information

#4232BE (or 0x4232BE) is unknown color: approx Purple Heart. HEX triplet: 42, 32 and BE. RGB value is (66,50,190). Sum of RGB (Red+Green+Blue) = 66+50+190=306 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.57% from 306); Green value is 50 (19.92% from 255 or 16.34% from 306); Blue value is 190 (74.61% from 255 or 62.09% from 306); Max value from RGB is 190 - color contains mainly: blue. Hex color #4232BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4232BE is #BDCD41. Grayscale: #464646. Windows color (decimal): -12438850 or 12464706. OLE color: 12464706.

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

Color convert

RGB6650190-
CMYK0.650.7400.25
HSL246.86º58.33%47.06%-
HSV(B)246.86º73.68%74.51%-
XYZ12.687.1649.43-
YUV70.74195.3124.62-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.57%
GREEN value IS 50 (19.92% from 255) = 16.34%
BLUE value IS 190 (74.61% from 255) = 62.09%
R=21.57%
G=16.34%
B=62.09%

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
Decimal66501900.650.7400.25246.8658.3347.06
Hex4232BE414A019f73a2f
Octal102622761011120313677257
Binary1000010110010101111101000001100101001100111110111111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4232BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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