#3E00BE

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

Shades of Purple Heart #3E00BE

Tints of Purple Heart #3E00BE

Color information

#3E00BE (or 0x3E00BE) is unknown color: approx Purple Heart. HEX triplet: 3E, 00 and BE. RGB value is (62,0,190). Sum of RGB (Red+Green+Blue) = 62+0+190=252 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.60% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 190 (74.61% from 255 or 75.40% from 252); Max value from RGB is 190 - color contains mainly: blue. Hex color #3E00BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E00BE is #C1FF41. Grayscale: #272727. Windows color (decimal): -12713794 or 12451902. OLE color: 12451902.

HSL color Cylindrical-coordinate representation of color #3E00BE: hue angle of 259.58º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3E00BE is Cyan = 0.67, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB620190-
CMYK0.67100.25
HSL259.58º100%37.25%-
HSV(B)259.58º100%74.51%-
XYZ11.284.7449.04-
YUV40.2212.54143.55-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 24.60%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 190 (74.61% from 255) = 75.40%
R=24.60%
G=0%
B=75.40%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal6201900.67100.25259.5810037.25
Hex3E0BE43640191046425
Octal76027610314403140414445
Binary111110010111110100001111001000110011000001001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E00BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,0,190); }

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

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

 a { background-color: rgb(62,0,190); }

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

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

 span { border-color: rgb(62,0,190); }

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