#431bc1

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

Shades of Purple Heart #431BC1

Tints of Purple Heart #431BC1

Color information

#431BC1 (or 0x431BC1) is unknown color: approx Purple Heart. HEX triplet: 43, 1B and C1. RGB value is (67,27,193). Sum of RGB (Red+Green+Blue) = 67+27+193=287 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.34% from 287); Green value is 27 (10.94% from 255 or 9.41% from 287); Blue value is 193 (75.78% from 255 or 67.25% from 287); Max value from RGB is 193 - color contains mainly: blue. Hex color #431BC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #431BC1 is #BCE43E. Grayscale: #393939. Windows color (decimal): -12379199 or 12655427. OLE color: 12655427.

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

Color convert

RGB6727193-
CMYK0.650.8600.24
HSL254.46º75.45%43.14%-
HSV(B)254.46º86.01%75.69%-
XYZ12.335.8350.93-
YUV57.88204.25134.5-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 23.34%
GREEN value IS 27 (10.94% from 255) = 9.41%
BLUE value IS 193 (75.78% from 255) = 67.25%
R=23.34%
G=9.41%
B=67.25%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal67271930.650.8600.24254.4675.4543.14
Hex431BC14156018fe4b2b
Octal1033330110112603037611353
Binary1000011110111100000110000011010110011000111111101001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431bc1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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