#432DBA

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

Shades of Purple Heart #432DBA

Tints of Purple Heart #432DBA

Color information

#432DBA (or 0x432DBA) is unknown color: approx Purple Heart. HEX triplet: 43, 2D and BA. RGB value is (67,45,186). Sum of RGB (Red+Green+Blue) = 67+45+186=298 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.48% from 298); Green value is 45 (17.97% from 255 or 15.10% from 298); Blue value is 186 (73.05% from 255 or 62.42% from 298); Max value from RGB is 186 - color contains mainly: blue. Hex color #432DBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #432DBA is #BCD245. Grayscale: #434343. Windows color (decimal): -12374598 or 12201283. OLE color: 12201283.

HSL color Cylindrical-coordinate representation of color #432DBA: hue angle of 249.36º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #432DBA is Cyan = 0.64, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6745186-
CMYK0.640.7600.27
HSL249.36º61.04%45.29%-
HSV(B)249.36º75.81%72.94%-
XYZ12.126.6247.09-
YUV67.65194.79127.54-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 22.48%
GREEN value IS 45 (17.97% from 255) = 15.10%
BLUE value IS 186 (73.05% from 255) = 62.42%
R=22.48%
G=15.10%
B=62.42%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal67451860.640.7600.27249.3661.0445.29
Hex432DBA404C01Bf93d2d
Octal103552721001140333717555
Binary1000011101101101110101000000100110001101111111001111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432DBA; }

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

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

<style>
 a { background-color: #432DBA; }

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

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

<style>
 span { border-color: #432DBA; }

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

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