#3B1DCC

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

Shades of Purple Heart #3B1DCC

Tints of Purple Heart #3B1DCC

Color information

#3B1DCC (or 0x3B1DCC) is unknown color: approx Purple Heart. HEX triplet: 3B, 1D and CC. RGB value is (59,29,204). Sum of RGB (Red+Green+Blue) = 59+29+204=292 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.21% from 292); Green value is 29 (11.72% from 255 or 9.93% from 292); Blue value is 204 (80.08% from 255 or 69.86% from 292); Max value from RGB is 204 - color contains mainly: blue. Hex color #3B1DCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B1DCC is #C4E233. Grayscale: #393939. Windows color (decimal): -12902964 or 13376827. OLE color: 13376827.

HSL color Cylindrical-coordinate representation of color #3B1DCC: hue angle of 250.29º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3B1DCC is Cyan = 0.71, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB5929204-
CMYK0.710.8600.2
HSL250.29º75.11%45.69%-
HSV(B)250.29º85.78%80%-
XYZ13.146.1757.62-
YUV57.92210.44128.77-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.21%
GREEN value IS 29 (11.72% from 255) = 9.93%
BLUE value IS 204 (80.08% from 255) = 69.86%
R=20.21%
G=9.93%
B=69.86%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal59292040.710.8600.2250.2975.1145.69
Hex3B1DCC4756014fa4b2e
Octal733531410712602437211356
Binary111011111011100110010001111010110010100111110101001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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