#3C1AC7

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

Shades of Purple Heart #3C1AC7

Tints of Purple Heart #3C1AC7

Color information

#3C1AC7 (or 0x3C1AC7) is unknown color: approx Purple Heart. HEX triplet: 3C, 1A and C7. RGB value is (60,26,199). Sum of RGB (Red+Green+Blue) = 60+26+199=285 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.05% from 285); Green value is 26 (10.55% from 255 or 9.12% from 285); Blue value is 199 (78.12% from 255 or 69.82% from 285); Max value from RGB is 199 - color contains mainly: blue. Hex color #3C1AC7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C1AC7 is #C3E538. Grayscale: #373737. Windows color (decimal): -12838201 or 13048380. OLE color: 13048380.

HSL color Cylindrical-coordinate representation of color #3C1AC7: hue angle of 251.79º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3C1AC7 is Cyan = 0.70, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB6026199-
CMYK0.700.8700.22
HSL251.79º76.89%44.12%-
HSV(B)251.79º86.93%78.04%-
XYZ12.545.8254.5-
YUV55.89208.76130.93-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.05%
GREEN value IS 26 (10.55% from 255) = 9.12%
BLUE value IS 199 (78.12% from 255) = 69.82%
R=21.05%
G=9.12%
B=69.82%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal60261990.700.8700.22251.7976.8944.12
Hex3C1AC74657016fc4d2c
Octal743230710612702637411554
Binary111100110101100011110001101010111010110111111001001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,26,199); }

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

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

 a { background-color: rgb(60,26,199); }

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

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

 span { border-color: rgb(60,26,199); }

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