#3B19C3

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

Shades of Purple Heart #3B19C3

Tints of Purple Heart #3B19C3

Color information

#3B19C3 (or 0x3B19C3) is unknown color: approx Purple Heart. HEX triplet: 3B, 19 and C3. RGB value is (59,25,195). Sum of RGB (Red+Green+Blue) = 59+25+195=279 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.15% from 279); Green value is 25 (10.16% from 255 or 8.96% from 279); Blue value is 195 (76.56% from 255 or 69.89% from 279); Max value from RGB is 195 - color contains mainly: blue. Hex color #3B19C3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B19C3 is #C4E63C. Grayscale: #353535. Windows color (decimal): -12903997 or 12785979. OLE color: 12785979.

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

Color convert

RGB5925195-
CMYK0.700.8700.24
HSL252º77.27%43.14%-
HSV(B)252º87.18%76.47%-
XYZ125.5752.07-
YUV54.55207.26131.18-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.15%
GREEN value IS 25 (10.16% from 255) = 8.96%
BLUE value IS 195 (76.56% from 255) = 69.89%
R=21.15%
G=8.96%
B=69.89%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal59251950.700.8700.2425277.2743.14
Hex3B19C34657018fc4d2b
Octal733130310612703037411553
Binary111011110011100001110001101010111011000111111001001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B19C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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