#431cbc

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

Shades of Purple Heart #431CBC

Tints of Purple Heart #431CBC

Color information

#431CBC (or 0x431CBC) is unknown color: approx Purple Heart. HEX triplet: 43, 1C and BC. RGB value is (67,28,188). Sum of RGB (Red+Green+Blue) = 67+28+188=283 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.67% from 283); Green value is 28 (11.33% from 255 or 9.89% from 283); Blue value is 188 (73.83% from 255 or 66.43% from 283); Max value from RGB is 188 - color contains mainly: blue. Hex color #431CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #431CBC is #BCE343. Grayscale: #393939. Windows color (decimal): -12378948 or 12328003. OLE color: 12328003.

HSL color Cylindrical-coordinate representation of color #431CBC: hue angle of 254.62º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #431CBC is Cyan = 0.64, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB6728188-
CMYK0.640.8500.26
HSL254.62º74.07%42.35%-
HSV(B)254.62º85.11%73.73%-
XYZ11.815.6548.05-
YUV57.9201.42134.49-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 23.67%
GREEN value IS 28 (11.33% from 255) = 9.89%
BLUE value IS 188 (73.83% from 255) = 66.43%
R=23.67%
G=9.89%
B=66.43%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal67281880.640.8500.26254.6274.0742.35
Hex431CBC405501Aff4a2a
Octal1033427410012503237711252
Binary1000011111001011110010000001010101011010111111111001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431cbc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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