#431AC1

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

Shades of Purple Heart #431AC1

Tints of Purple Heart #431AC1

Color information

#431AC1 (or 0x431AC1) is unknown color: approx Purple Heart. HEX triplet: 43, 1A and C1. RGB value is (67,26,193). Sum of RGB (Red+Green+Blue) = 67+26+193=286 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.43% from 286); Green value is 26 (10.55% from 255 or 9.09% from 286); Blue value is 193 (75.78% from 255 or 67.48% from 286); Max value from RGB is 193 - color contains mainly: blue. Hex color #431AC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #431AC1 is #BCE53E. Grayscale: #383838. Windows color (decimal): -12379455 or 12655171. OLE color: 12655171.

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

Color convert

RGB6726193-
CMYK0.650.8700.24
HSL254.73º76.26%42.94%-
HSV(B)254.73º86.53%75.69%-
XYZ12.315.7850.92-
YUV57.3204.58134.92-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 23.43%
GREEN value IS 26 (10.55% from 255) = 9.09%
BLUE value IS 193 (75.78% from 255) = 67.48%
R=23.43%
G=9.09%
B=67.48%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal67261930.650.8700.24254.7376.2642.94
Hex431AC14157018ff4c2b
Octal1033230110112703037711453
Binary1000011110101100000110000011010111011000111111111001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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