#3B14AF

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

Shades of Purple Heart #3B14AF

Tints of Purple Heart #3B14AF

Color information

#3B14AF (or 0x3B14AF) is unknown color: approx Purple Heart. HEX triplet: 3B, 14 and AF. RGB value is (59,20,175). Sum of RGB (Red+Green+Blue) = 59+20+175=254 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.23% from 254); Green value is 20 (8.20% from 255 or 7.87% from 254); Blue value is 175 (68.75% from 255 or 68.90% from 254); Max value from RGB is 175 - color contains mainly: blue. Hex color #3B14AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B14AF is #C4EB50. Grayscale: #303030. Windows color (decimal): -12905297 or 11473979. OLE color: 11473979.

HSL color Cylindrical-coordinate representation of color #3B14AF: hue angle of 255.1º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3B14AF is Cyan = 0.66, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5920175-
CMYK0.660.8900.31
HSL255.1º79.49%38.24%-
HSV(B)255.1º88.57%68.63%-
XYZ9.794.5340.91-
YUV49.33198.92134.9-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.23%
GREEN value IS 20 (8.20% from 255) = 7.87%
BLUE value IS 175 (68.75% from 255) = 68.90%
R=23.23%
G=7.87%
B=68.90%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal59201750.660.8900.31255.179.4938.24
Hex3B14AF425901Fff4f26
Octal732425710213103737711746
Binary111011101001010111110000101011001011111111111111001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B14AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,20,175); }

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

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

 a { background-color: rgb(59,20,175); }

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

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

 span { border-color: rgb(59,20,175); }

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