#432BCA

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

Shades of Purple Heart #432BCA

Tints of Purple Heart #432BCA

Color information

#432BCA (or 0x432BCA) is unknown color: approx Purple Heart. HEX triplet: 43, 2B and CA. RGB value is (67,43,202). Sum of RGB (Red+Green+Blue) = 67+43+202=312 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.47% from 312); Green value is 43 (17.19% from 255 or 13.78% from 312); Blue value is 202 (79.30% from 255 or 64.74% from 312); Max value from RGB is 202 - color contains mainly: blue. Hex color #432BCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #432BCA is #BCD435. Grayscale: #434343. Windows color (decimal): -12375094 or 13249347. OLE color: 13249347.

HSL color Cylindrical-coordinate representation of color #432BCA: hue angle of 249.06º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #432BCA is Cyan = 0.67, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB6743202-
CMYK0.670.7900.21
HSL249.06º64.9%48.04%-
HSV(B)249.06º78.71%79.22%-
XYZ13.847.1956.53-
YUV68.3203.45127.07-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.47%
GREEN value IS 43 (17.19% from 255) = 13.78%
BLUE value IS 202 (79.30% from 255) = 64.74%
R=21.47%
G=13.78%
B=64.74%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal67432020.670.7900.21249.0664.948.04
Hex432BCA434F015f94130
Octal1035331210311702537110160
Binary10000111010111100101010000111001111010101111110011000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,43,202); }

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

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

 a { background-color: rgb(67,43,202); }

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

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

 span { border-color: rgb(67,43,202); }

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