#3B0CBE

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

Shades of Purple Heart #3B0CBE

Tints of Purple Heart #3B0CBE

Color information

#3B0CBE (or 0x3B0CBE) is unknown color: approx Purple Heart. HEX triplet: 3B, 0C and BE. RGB value is (59,12,190). Sum of RGB (Red+Green+Blue) = 59+12+190=261 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.61% from 261); Green value is 12 (5.08% from 255 or 4.60% from 261); Blue value is 190 (74.61% from 255 or 72.80% from 261); Max value from RGB is 190 - color contains mainly: blue. Hex color #3B0CBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B0CBE is #C4F341. Grayscale: #2D2D2D. Windows color (decimal): -12907330 or 12454971. OLE color: 12454971.

HSL color Cylindrical-coordinate representation of color #3B0CBE: hue angle of 255.84º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3B0CBE is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5912190-
CMYK0.690.9400.25
HSL255.84º88.12%39.61%-
HSV(B)255.84º93.68%74.51%-
XYZ11.234.9149.07-
YUV46.34209.07137.03-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 22.61%
GREEN value IS 12 (5.08% from 255) = 4.60%
BLUE value IS 190 (74.61% from 255) = 72.80%
R=22.61%
G=4.60%
B=72.80%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal59121900.690.9400.25255.8488.1239.61
Hex3BCBE455E0191005828
Octal731427610513603140013050
Binary111011110010111110100010110111100110011000000001011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,12,190); }

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

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

 a { background-color: rgb(59,12,190); }

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

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

 span { border-color: rgb(59,12,190); }

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