#431AAC

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

Shades of Purple Heart #431AAC

Tints of Purple Heart #431AAC

Color information

#431AAC (or 0x431AAC) is unknown color: approx Purple Heart. HEX triplet: 43, 1A and AC. RGB value is (67,26,172). Sum of RGB (Red+Green+Blue) = 67+26+172=265 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25.28% from 265); Green value is 26 (10.55% from 255 or 9.81% from 265); Blue value is 172 (67.58% from 255 or 64.91% from 265); Max value from RGB is 172 - color contains mainly: blue. Hex color #431AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #431AAC is #BCE553. Grayscale: #363636. Windows color (decimal): -12379476 or 11278915. OLE color: 11278915.

HSL color Cylindrical-coordinate representation of color #431AAC: hue angle of 256.85º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #431AAC is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6726172-
CMYK0.610.8500.33
HSL256.85º73.74%38.82%-
HSV(B)256.85º84.88%67.45%-
XYZ10.134.9139.44-
YUV54.9194.08136.63-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 25.28%
GREEN value IS 26 (10.55% from 255) = 9.81%
BLUE value IS 172 (67.58% from 255) = 64.91%
R=25.28%
G=9.81%
B=64.91%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal67261720.610.8500.33256.8573.7438.82
Hex431AAC3D550211014a27
Octal103322547512504140111247
Binary10000111101010101100111101101010101000011000000011001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,26,172); }

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

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

 a { background-color: rgb(67,26,172); }

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

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

 span { border-color: rgb(67,26,172); }

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