#3C13AE

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

Shades of Purple Heart #3C13AE

Tints of Purple Heart #3C13AE

Color information

#3C13AE (or 0x3C13AE) is unknown color: approx Purple Heart. HEX triplet: 3C, 13 and AE. RGB value is (60,19,174). Sum of RGB (Red+Green+Blue) = 60+19+174=253 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.72% from 253); Green value is 19 (7.81% from 255 or 7.51% from 253); Blue value is 174 (68.36% from 255 or 68.77% from 253); Max value from RGB is 174 - color contains mainly: blue. Hex color #3C13AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C13AE is #C3EC51. Grayscale: #303030. Windows color (decimal): -12840018 or 11408188. OLE color: 11408188.

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

Color convert

RGB6019174-
CMYK0.660.8900.32
HSL255.87º80.31%37.84%-
HSV(B)255.87º89.08%68.24%-
XYZ9.744.4840.4-
YUV48.93198.58135.9-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.72%
GREEN value IS 19 (7.81% from 255) = 7.51%
BLUE value IS 174 (68.36% from 255) = 68.77%
R=23.72%
G=7.51%
B=68.77%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal60191740.660.8900.32255.8780.3137.84
Hex3C13AE42590201005026
Octal742325610213104040012046
Binary11110010011101011101000010101100101000001000000001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C13AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,19,174); }

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

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

 a { background-color: rgb(60,19,174); }

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

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

 span { border-color: rgb(60,19,174); }

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