#3B1DC1

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

Shades of Purple Heart #3B1DC1

Tints of Purple Heart #3B1DC1

Color information

#3B1DC1 (or 0x3B1DC1) is unknown color: approx Purple Heart. HEX triplet: 3B, 1D and C1. RGB value is (59,29,193). Sum of RGB (Red+Green+Blue) = 59+29+193=281 (37% of max value = 765). Red value is 59 (23.44% from 255 or 21.00% from 281); Green value is 29 (11.72% from 255 or 10.32% from 281); Blue value is 193 (75.78% from 255 or 68.68% from 281); Max value from RGB is 193 - color contains mainly: blue. Hex color #3B1DC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B1DC1 is #C4E23E. Grayscale: #383838. Windows color (decimal): -12902975 or 12655931. OLE color: 12655931.

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

Color convert

RGB5929193-
CMYK0.690.8500.24
HSL250.98º73.87%43.53%-
HSV(B)250.98º84.97%75.69%-
XYZ11.875.6650.92-
YUV56.67204.94129.66-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.00%
GREEN value IS 29 (11.72% from 255) = 10.32%
BLUE value IS 193 (75.78% from 255) = 68.68%
R=21.00%
G=10.32%
B=68.68%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal59291930.690.8500.24250.9873.8743.53
Hex3B1DC14555018fb4a2c
Octal733530110512503037311254
Binary111011111011100000110001011010101011000111110111001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,29,193); }

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

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

 a { background-color: rgb(59,29,193); }

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

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

 span { border-color: rgb(59,29,193); }

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