#431CAD

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

Shades of Purple Heart #431CAD

Tints of Purple Heart #431CAD

Color information

#431CAD (or 0x431CAD) is unknown color: approx Purple Heart. HEX triplet: 43, 1C and AD. RGB value is (67,28,173). Sum of RGB (Red+Green+Blue) = 67+28+173=268 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25% from 268); Green value is 28 (11.33% from 255 or 10.45% from 268); Blue value is 173 (67.97% from 255 or 64.55% from 268); Max value from RGB is 173 - color contains mainly: blue. Hex color #431CAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #431CAD is #BCE352. Grayscale: #373737. Windows color (decimal): -12378963 or 11344963. OLE color: 11344963.

HSL color Cylindrical-coordinate representation of color #431CAD: hue angle of 256.14º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #431CAD is Cyan = 0.61, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6728173-
CMYK0.610.8400.32
HSL256.14º72.14%39.41%-
HSV(B)256.14º83.82%67.84%-
XYZ10.275.0439.97-
YUV56.19193.92135.71-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 25%
GREEN value IS 28 (11.33% from 255) = 10.45%
BLUE value IS 173 (67.97% from 255) = 64.55%
R=25%
G=10.45%
B=64.55%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal67281730.610.8400.32256.1472.1439.41
Hex431CAD3D540201004827
Octal103342557512404040011047
Binary10000111110010101101111101101010001000001000000001001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431CAD; }

 p { color: rgb(67,28,173); }

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

<style>
 a { background-color: #431CAD; }

 a { background-color: rgb(67,28,173); }

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

<style>
 span { border-color: #431CAD; }

 span { border-color: rgb(67,28,173); }

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