#3B10B2

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

Shades of Purple Heart #3B10B2

Tints of Purple Heart #3B10B2

Color information

#3B10B2 (or 0x3B10B2) is unknown color: approx Purple Heart. HEX triplet: 3B, 10 and B2. RGB value is (59,16,178). Sum of RGB (Red+Green+Blue) = 59+16+178=253 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.32% from 253); Green value is 16 (6.64% from 255 or 6.32% from 253); Blue value is 178 (69.92% from 255 or 70.36% from 253); Max value from RGB is 178 - color contains mainly: blue. Hex color #3B10B2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B10B2 is #C4EF4D. Grayscale: #2E2E2E. Windows color (decimal): -12906318 or 11669563. OLE color: 11669563.

HSL color Cylindrical-coordinate representation of color #3B10B2: hue angle of 255.93º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3B10B2 is Cyan = 0.67, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB5916178-
CMYK0.670.9100.30
HSL255.93º83.51%38.04%-
HSV(B)255.93º91.01%69.8%-
XYZ10.024.5142.46-
YUV47.32201.75136.33-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.32%
GREEN value IS 16 (6.64% from 255) = 6.32%
BLUE value IS 178 (69.92% from 255) = 70.36%
R=23.32%
G=6.32%
B=70.36%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal59161780.670.9100.30255.9383.5138.04
Hex3B10B2435B01E1005426
Octal732026210313303640012446
Binary1110111000010110010100001110110110111101000000001010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B10B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,16,178); }

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

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

 a { background-color: rgb(59,16,178); }

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

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

 span { border-color: rgb(59,16,178); }

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