#3A14BC

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

Shades of Purple Heart #3A14BC

Tints of Purple Heart #3A14BC

Color information

#3A14BC (or 0x3A14BC) is unknown color: approx Purple Heart. HEX triplet: 3A, 14 and BC. RGB value is (58,20,188). Sum of RGB (Red+Green+Blue) = 58+20+188=266 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.80% from 266); Green value is 20 (8.20% from 255 or 7.52% from 266); Blue value is 188 (73.83% from 255 or 70.68% from 266); Max value from RGB is 188 - color contains mainly: blue. Hex color #3A14BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A14BC is #C5EB43. Grayscale: #313131. Windows color (decimal): -12970820 or 12325946. OLE color: 12325946.

HSL color Cylindrical-coordinate representation of color #3A14BC: hue angle of 253.57º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3A14BC is Cyan = 0.69, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB5820188-
CMYK0.690.8900.26
HSL253.57º80.77%40.78%-
HSV(B)253.57º89.36%73.73%-
XYZ11.075.0347.96-
YUV50.51205.59133.34-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.80%
GREEN value IS 20 (8.20% from 255) = 7.52%
BLUE value IS 188 (73.83% from 255) = 70.68%
R=21.80%
G=7.52%
B=70.68%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal58201880.690.8900.26253.5780.7740.78
Hex3A14BC455901Afe5129
Octal722427410513103237612151
Binary111010101001011110010001011011001011010111111101010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A14BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,20,188); }

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

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

 a { background-color: rgb(58,20,188); }

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

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

 span { border-color: rgb(58,20,188); }

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