#3b1cc3

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

Shades of Purple Heart #3B1CC3

Tints of Purple Heart #3B1CC3

Color information

#3B1CC3 (or 0x3B1CC3) is unknown color: approx Purple Heart. HEX triplet: 3B, 1C and C3. RGB value is (59,28,195). Sum of RGB (Red+Green+Blue) = 59+28+195=282 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.92% from 282); Green value is 28 (11.33% from 255 or 9.93% from 282); Blue value is 195 (76.56% from 255 or 69.15% from 282); Max value from RGB is 195 - color contains mainly: blue. Hex color #3B1CC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B1CC3 is #C4E33C. Grayscale: #373737. Windows color (decimal): -12903229 or 12786747. OLE color: 12786747.

HSL color Cylindrical-coordinate representation of color #3B1CC3: hue angle of 251.14º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3B1CC3 is Cyan = 0.70, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB5928195-
CMYK0.700.8600.24
HSL251.14º74.89%43.73%-
HSV(B)251.14º85.64%76.47%-
XYZ12.075.752.09-
YUV56.31206.27129.92-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.92%
GREEN value IS 28 (11.33% from 255) = 9.93%
BLUE value IS 195 (76.56% from 255) = 69.15%
R=20.92%
G=9.93%
B=69.15%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal59281950.700.8600.24251.1474.8943.73
Hex3B1CC34656018fb4b2c
Octal733430310612603037311354
Binary111011111001100001110001101010110011000111110111001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3b1cc3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,28,195); }

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

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

 a { background-color: rgb(59,28,195); }

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

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

 span { border-color: rgb(59,28,195); }

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