#3A1BC8

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

Shades of Purple Heart #3A1BC8

Tints of Purple Heart #3A1BC8

Color information

#3A1BC8 (or 0x3A1BC8) is unknown color: approx Purple Heart. HEX triplet: 3A, 1B and C8. RGB value is (58,27,200). Sum of RGB (Red+Green+Blue) = 58+27+200=285 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.35% from 285); Green value is 27 (10.94% from 255 or 9.47% from 285); Blue value is 200 (78.52% from 255 or 70.18% from 285); Max value from RGB is 200 - color contains mainly: blue. Hex color #3A1BC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A1BC8 is #C5E437. Grayscale: #373737. Windows color (decimal): -12969016 or 13114170. OLE color: 13114170.

HSL color Cylindrical-coordinate representation of color #3A1BC8: hue angle of 250.75º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3A1BC8 is Cyan = 0.71, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB5827200-
CMYK0.710.8600.22
HSL250.75º76.21%44.51%-
HSV(B)250.75º86.5%78.43%-
XYZ12.565.8555.11-
YUV55.99209.27129.43-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.35%
GREEN value IS 27 (10.94% from 255) = 9.47%
BLUE value IS 200 (78.52% from 255) = 70.18%
R=20.35%
G=9.47%
B=70.18%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal58272000.710.8600.22250.7576.2144.51
Hex3A1BC84756016fb4c2d
Octal723331010712602637311455
Binary111010110111100100010001111010110010110111110111001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A1BC8; }

 p { color: rgb(58,27,200); }

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

<style>
 a { background-color: #3A1BC8; }

 a { background-color: rgb(58,27,200); }

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

<style>
 span { border-color: #3A1BC8; }

 span { border-color: rgb(58,27,200); }

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