#431EB1

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

Shades of Purple Heart #431EB1

Tints of Purple Heart #431EB1

Color information

#431EB1 (or 0x431EB1) is unknown color: approx Purple Heart. HEX triplet: 43, 1E and B1. RGB value is (67,30,177). Sum of RGB (Red+Green+Blue) = 67+30+177=274 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.45% from 274); Green value is 30 (12.11% from 255 or 10.95% from 274); Blue value is 177 (69.53% from 255 or 64.60% from 274); Max value from RGB is 177 - color contains mainly: blue. Hex color #431EB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #431EB1 is #BCE14E. Grayscale: #393939. Windows color (decimal): -12378447 or 11607619. OLE color: 11607619.

HSL color Cylindrical-coordinate representation of color #431EB1: hue angle of 255.1º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #431EB1 is Cyan = 0.62, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6730177-
CMYK0.620.8300.31
HSL255.1º71.01%40.59%-
HSV(B)255.1º83.05%69.41%-
XYZ10.715.342.05-
YUV57.82195.26134.55-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 24.45%
GREEN value IS 30 (12.11% from 255) = 10.95%
BLUE value IS 177 (69.53% from 255) = 64.60%
R=24.45%
G=10.95%
B=64.60%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal67301770.620.8300.31255.171.0140.59
Hex431EB13E5301Fff4729
Octal103362617612303737710751
Binary100001111110101100011111101010011011111111111111000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,30,177); }

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

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

 a { background-color: rgb(67,30,177); }

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

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

 span { border-color: rgb(67,30,177); }

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