#3B15B1

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

Shades of Purple Heart #3B15B1

Tints of Purple Heart #3B15B1

Color information

#3B15B1 (or 0x3B15B1) is unknown color: approx Purple Heart. HEX triplet: 3B, 15 and B1. RGB value is (59,21,177). Sum of RGB (Red+Green+Blue) = 59+21+177=257 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.96% from 257); Green value is 21 (8.59% from 255 or 8.17% from 257); Blue value is 177 (69.53% from 255 or 68.87% from 257); Max value from RGB is 177 - color contains mainly: blue. Hex color #3B15B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B15B1 is #C4EA4E. Grayscale: #313131. Windows color (decimal): -12905039 or 11605307. OLE color: 11605307.

HSL color Cylindrical-coordinate representation of color #3B15B1: hue angle of 254.62º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3B15B1 is Cyan = 0.67, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5921177-
CMYK0.670.8800.31
HSL254.62º78.79%38.82%-
HSV(B)254.62º88.14%69.41%-
XYZ10.014.6441.96-
YUV50.15199.59134.32-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 22.96%
GREEN value IS 21 (8.59% from 255) = 8.17%
BLUE value IS 177 (69.53% from 255) = 68.87%
R=22.96%
G=8.17%
B=68.87%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal59211770.670.8800.31254.6278.7938.82
Hex3B15B1435801Fff4f27
Octal732526110313003737711747
Binary111011101011011000110000111011000011111111111111001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B15B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,21,177); }

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

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

 a { background-color: rgb(59,21,177); }

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

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

 span { border-color: rgb(59,21,177); }

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