#432FC1

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

Shades of Purple Heart #432FC1

Tints of Purple Heart #432FC1

Color information

#432FC1 (or 0x432FC1) is unknown color: approx Purple Heart. HEX triplet: 43, 2F and C1. RGB value is (67,47,193). Sum of RGB (Red+Green+Blue) = 67+47+193=307 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.82% from 307); Green value is 47 (18.75% from 255 or 15.31% from 307); Blue value is 193 (75.78% from 255 or 62.87% from 307); Max value from RGB is 193 - color contains mainly: blue. Hex color #432FC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #432FC1 is #BCD03E. Grayscale: #454545. Windows color (decimal): -12374079 or 12660547. OLE color: 12660547.

HSL color Cylindrical-coordinate representation of color #432FC1: hue angle of 248.22º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #432FC1 is Cyan = 0.65, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB6747193-
CMYK0.650.7600.24
HSL248.22º60.83%47.06%-
HSV(B)248.22º75.65%75.69%-
XYZ12.967.0851.14-
YUV69.62197.63126.13-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.82%
GREEN value IS 47 (18.75% from 255) = 15.31%
BLUE value IS 193 (75.78% from 255) = 62.87%
R=21.82%
G=15.31%
B=62.87%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal67471930.650.7600.24248.2260.8347.06
Hex432FC1414C018f83d2f
Octal103573011011140303707557
Binary1000011101111110000011000001100110001100011111000111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,47,193); }

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

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

 a { background-color: rgb(67,47,193); }

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

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

 span { border-color: rgb(67,47,193); }

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