#3C1CBF

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

Shades of Purple Heart #3C1CBF

Tints of Purple Heart #3C1CBF

Color information

#3C1CBF (or 0x3C1CBF) is unknown color: approx Purple Heart. HEX triplet: 3C, 1C and BF. RGB value is (60,28,191). Sum of RGB (Red+Green+Blue) = 60+28+191=279 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.51% from 279); Green value is 28 (11.33% from 255 or 10.04% from 279); Blue value is 191 (75% from 255 or 68.46% from 279); Max value from RGB is 191 - color contains mainly: blue. Hex color #3C1CBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C1CBF is #C3E340. Grayscale: #373737. Windows color (decimal): -12837697 or 12524604. OLE color: 12524604.

HSL color Cylindrical-coordinate representation of color #3C1CBF: hue angle of 251.78º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3C1CBF is Cyan = 0.69, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6028191-
CMYK0.690.8500.25
HSL251.78º74.43%42.94%-
HSV(B)251.78º85.34%74.9%-
XYZ11.685.5549.75-
YUV56.15204.1130.75-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.51%
GREEN value IS 28 (11.33% from 255) = 10.04%
BLUE value IS 191 (75% from 255) = 68.46%
R=21.51%
G=10.04%
B=68.46%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal60281910.690.8500.25251.7874.4342.94
Hex3C1CBF4555019fc4a2b
Octal743427710512503137411253
Binary111100111001011111110001011010101011001111111001001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,28,191); }

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

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

 a { background-color: rgb(60,28,191); }

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

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

 span { border-color: rgb(60,28,191); }

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