#3C1FB3

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

Shades of Purple Heart #3C1FB3

Tints of Purple Heart #3C1FB3

Color information

#3C1FB3 (or 0x3C1FB3) is unknown color: approx Purple Heart. HEX triplet: 3C, 1F and B3. RGB value is (60,31,179). Sum of RGB (Red+Green+Blue) = 60+31+179=270 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.22% from 270); Green value is 31 (12.5% from 255 or 11.48% from 270); Blue value is 179 (70.31% from 255 or 66.30% from 270); Max value from RGB is 179 - color contains mainly: blue. Hex color #3C1FB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C1FB3 is #C3E04C. Grayscale: #373737. Windows color (decimal): -12836941 or 11738940. OLE color: 11738940.

HSL color Cylindrical-coordinate representation of color #3C1FB3: hue angle of 251.76º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3C1FB3 is Cyan = 0.66, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB6031179-
CMYK0.660.8300.30
HSL251.76º70.48%41.18%-
HSV(B)251.76º82.68%70.2%-
XYZ10.495.243.1-
YUV56.54197.11130.47-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.22%
GREEN value IS 31 (12.5% from 255) = 11.48%
BLUE value IS 179 (70.31% from 255) = 66.30%
R=22.22%
G=11.48%
B=66.30%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal60311790.660.8300.30251.7670.4841.18
Hex3C1FB3425301Efc4629
Octal743726310212303637410651
Binary111100111111011001110000101010011011110111111001000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,31,179); }

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

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

 a { background-color: rgb(60,31,179); }

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

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

 span { border-color: rgb(60,31,179); }

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