#3B1BCC

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

Shades of Purple Heart #3B1BCC

Tints of Purple Heart #3B1BCC

Color information

#3B1BCC (or 0x3B1BCC) is unknown color: approx Purple Heart. HEX triplet: 3B, 1B and CC. RGB value is (59,27,204). Sum of RGB (Red+Green+Blue) = 59+27+204=290 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.34% from 290); Green value is 27 (10.94% from 255 or 9.31% from 290); Blue value is 204 (80.08% from 255 or 70.34% from 290); Max value from RGB is 204 - color contains mainly: blue. Hex color #3B1BCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B1BCC is #C4E433. Grayscale: #383838. Windows color (decimal): -12903476 or 13376315. OLE color: 13376315.

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

Color convert

RGB5927204-
CMYK0.710.8700.2
HSL250.85º76.62%45.29%-
HSV(B)250.85º86.76%80%-
XYZ13.096.0757.61-
YUV56.75211.1129.61-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.34%
GREEN value IS 27 (10.94% from 255) = 9.31%
BLUE value IS 204 (80.08% from 255) = 70.34%
R=20.34%
G=9.31%
B=70.34%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal59272040.710.8700.2250.8576.6245.29
Hex3B1BCC4757014fb4d2d
Octal733331410712702437311555
Binary111011110111100110010001111010111010100111110111001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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